From 4a7cff7688d81e70b2f4dd698c2580ed376d1010 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Mon, 20 Apr 2020 11:32:02 +0200 Subject: [PATCH] Fix anchor link to TIMEZONE settings documentation --- pelican/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/settings.py b/pelican/settings.py index 77aea059..b53cde50 100644 --- a/pelican/settings.py +++ b/pelican/settings.py @@ -608,7 +608,7 @@ def configure_settings(settings): logger.warning( 'No timezone information specified in the settings. Assuming' ' your timezone is UTC for feed generation. Check ' - 'http://docs.getpelican.com/en/latest/settings.html#timezone ' + 'https://docs.getpelican.com/en/latest/settings.html#TIMEZONE ' 'for more information') # fix up pagination rules