diff --git a/projects/SEFM2020/publishconf.py b/projects/SEFM2020/publishconf.py index 00d936dbe132484401fc425c570e377a17bea60c..f556d90113ad10ef5eb6c51ffc71a36673fd7af9 100644 --- a/projects/SEFM2020/publishconf.py +++ b/projects/SEFM2020/publishconf.py @@ -11,7 +11,7 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = 'https://elementsofscheduling.nl' +SITEURL = 'https://event.cwi.nl/sefm2020/' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'