Move SITEURL to https

This commit is contained in:
Vsevolod Velichko 2016-02-09 22:31:43 +03:00
parent b1ed59ed50
commit 3995dead6c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import os
AUTHOR = u'Corey Richardson'
SITENAME = u"This Week in Rust"
SITEURL = 'http://this-week-in-rust.org'
SITEURL = 'https://this-week-in-rust.org'
SOURCE_URL = 'https://github.com/cmr/this-week-in-rust'