Update http:// links to https:// where appropriate

This commit is contained in:
Justin Mayer 2019-04-25 15:08:04 +02:00
commit e6ecefb594
8 changed files with 30 additions and 29 deletions

View file

@ -31,7 +31,7 @@ rst_prolog = '''
pygments_style = 'sphinx'
extlinks = {
'pelican-doc': ('http://docs.getpelican.com/%s/', '')
'pelican-doc': ('https://docs.getpelican.com/%s/', '')
}
# -- Options for HTML output --------------------------------------------------