diff --git a/nmap_winconfig.h b/nmap_winconfig.h index 1bad061d7..18deff2e6 100644 --- a/nmap_winconfig.h +++ b/nmap_winconfig.h @@ -107,7 +107,7 @@ like strcpy() even if they are done safely */ #define _CRT_SECURE_NO_DEPRECATE 1 #define NMAP_NAME "Nmap" -#define NMAP_URL "http://insecure.org" +#define NMAP_URL "http://nmap.org" #define NMAP_PLATFORM "i686-pc-windows-windows" #define NMAPDATADIR "c:\\nmap" /* FIXME: I really need to make this dynamic */