From b7b86b2b12df06c640bed713f4f556b3d632b3a3 Mon Sep 17 00:00:00 2001
From: mirabilos <thorsten.glaser@teckids.org>
Date: Sat, 20 Nov 2021 03:41:35 +0100
Subject: [PATCH] Fix website base address

---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index d394f1f2..153372a1 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -8,7 +8,7 @@ from pelican_theme_teckids.pelicanconf import *
 
 SITENAME = "Teckids e.V."
 
-GITWEB_BASE = "https://edugit.org/Teckids/teckids.org/-/tree/master"
+GITWEB_BASE = "https://edugit.org/Teckids/team-pr/teckids.org/-/tree/master"
 
 PLUGINS += ["webring"]
 WEBRING_FEED_URLS = [
-- 
GitLab