Move SITEURL to https
This commit is contained in:
parent
b1ed59ed50
commit
3995dead6c
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue