From 340f10a023e2b4bc6801df9e7159873e37e1424b Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 15 Apr 2023 05:57:15 +0200 Subject: [PATCH] Fix: change source-link base url --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index ad8ecb3..f1ab187 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -93,5 +93,5 @@ AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None # SOURCE LINK -GIT_SOURCE_BASE_URL = "https://git.opytex.org/lafrite/2022-2023/src/branch/main" +GIT_SOURCE_BASE_URL = "https://git.opytex.org/spazz/2022-2023/src/branch/main" SOURCE_ICON_URL = "https://git.opytex.org/assets/img/logo.svg"