From 595d0be97ea39b4cddf405ae4cc3f32e73d46ccf Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 13 Oct 2005 21:01:23 +0000 Subject: [PATCH] fix ignore warnings example git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2893 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- config/linkcheckerrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/linkcheckerrc b/config/linkcheckerrc index 494f94f6..057f5ca5 100644 --- a/config/linkcheckerrc +++ b/config/linkcheckerrc @@ -151,7 +151,7 @@ # Ignore specified warnings (see linkchecker -h for the list of # recognized warnings). Add a comma-separated list of warnings here # you want to be ignored by the output loggers. -#ignorewarnings=url-not-normed,url-unicode-domain,anchor-not-found +#ignorewarnings=url-unnormed,url-unicode-domain,anchor-not-found # You can provide different user/password pairs for different link types. # Entries are a triple (link regular expression, username, password),