summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2018-07-25 23:38:16 +0530
committerVikrant Chaudhary <nasa42@gmail.com>2018-07-25 23:38:16 +0530
commit4796c89383d1fc4a569ec5d2c868a48e54a540ad (patch)
treeaa2242624a721c5141f8174b3b437fa389eb7a77 /pelicanconf.py
parent0c78655d15d913a896cc0cc25683d81e036de740 (diff)
Revert "change this-week-in-rust.org to this-week-in-rust.github.io"
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index f76ba5a..4f6221c 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -5,7 +5,7 @@ import os
AUTHOR = u'TWiR Contributors'
SITENAME = u"This Week in Rust"
-SITEURL = 'https://this-week-in-rust.github.io'
+SITEURL = 'https://this-week-in-rust.org'
SOURCE_URL = 'https://github.com/cmr/this-week-in-rust'