From bf11f902f61db61b0d3289f1d0979ae2f4ef3a6d Mon Sep 17 00:00:00 2001 From: "Jonas I. Liechti" Date: Thu, 10 Oct 2024 02:34:15 +0200 Subject: [PATCH] fixing links --- source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/conf.py b/source/conf.py index 61a46b1..3c1a1d7 100644 --- a/source/conf.py +++ b/source/conf.py @@ -39,24 +39,24 @@ discuss_icon = { "name": "GitHub Discussion", - "url": "https://github.com/t4d-gmbh/working-with-git/discussions", + "url": "https://github.com/t4d-gmbh/web-course-template/discussions", "icon": "fa-regular fa-comments", "type": "fontawesome", } pages_icon = { "name": "Pages", - "url": "https://t4d-gmbh.github.io/working-with-git/index.html", + "url": "https://t4d-gmbh.github.io/web-course-template/index.html", "icon": "fa-solid fa-book", "type": "fontawesome", } slides_icon = { "name": "Slides", - "url": "https://t4d-gmbh.github.io/working-with-git/slides/index.html", + "url": "https://t4d-gmbh.github.io/web-course-template/slides/index.html", "icon": "fa-solid fa-person-chalkboard", "type": "fontawesome", } html_theme_options = { - "repository_url": "https://github.com/t4d-gmbh/working-with-git", + "repository_url": "https://github.com/t4d-gmbh/web-course-template", "repository_branch": "main", "path_to_docs": "source/", "use_edit_page_button": True,