Skip to content

Commit 92b0523

Browse files
committed
Fix siteurl
1 parent 683cb4b commit 92b0523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33

44
SITENAME = 'IEEE SaTML 2026'
5-
SITEURL = "https://satml.org/studious-tribble"
5+
SITEURL = "https://satml.org/"
66

77
CONFERENCE_NAME = "4th IEEE Conference on Secure and Trustworthy Machine Learning"
88
CONFERENCE_LOCATION = "Technical University of Munich, Germany"

0 commit comments

Comments
 (0)