From eeb5fa48cac4632371baecc20e0607ba38f8d71f Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 5 Jun 2020 16:59:46 +0100 Subject: [PATCH] Update configuration/confparse.py log message to https --- linkcheck/configuration/confparse.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/linkcheck/configuration/confparse.py b/linkcheck/configuration/confparse.py index bd96927f..2b00ce16 100644 --- a/linkcheck/configuration/confparse.py +++ b/linkcheck/configuration/confparse.py @@ -248,9 +248,8 @@ class LCConfigParser(RawConfigParser): log.warn( LOG_CHECK, _( - "See http://support.microsoft.com/kb/308419 for" - " more info on setting file permissions." - ), + "See %(url)s for more info on setting file permissions." + ) % {"url": "https://support.microsoft.com/kb/308419"} ) def read_filtering_config(self):