summaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/conf.py b/conf.py
index 5612b9a..f4e6e71 100644
--- a/conf.py
+++ b/conf.py
@@ -141,14 +141,10 @@ TRANSLATIONS_PATTERN = '{path}.{lang}.{ext}'
NAVIGATION_LINKS = {
DEFAULT_LANG: (
("/", "Home"),
- ((
- ("/xubuntu/", "Core"),
- ("/xubuntu/core/", "Download"),
- ("/xubuntu/docs/", "Docs daily build"),
- ), "Xubuntu"),
("https://xebian.org/", "Xebian"),
("https://git.unit193.net/cgit/", "Code"),
- ("https://github.com/unit193/", "GitHub"),
+ ("https://codeberg.org/unit193/", "Codeberg"),
+ ("https://github.com/Unit193/", "GitHub"),
("https://launchpad.net/~unit193/", "Launchpad"),
# ("/rss.xml", "RSS feed"),
),