Skip to content

Commit

Permalink
fixing links
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Oct 10, 2024
1 parent a4d0068 commit bf11f90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bf11f90

Please sign in to comment.