From ccc71fae70c12f38d01a3b4c7a1cf29a84cbeb56 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 17 Mar 2008 17:44:40 +0000 Subject: [PATCH] Change insecure.org to nmap.org in nmap_winconfig.h. --- nmap_winconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */