summaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-04-01 04:06:38 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-04-01 04:06:38 -0400
commit6fdb2f6219f01488f9e79d8f3df04f482fb89f94 (patch)
tree913cee2ff4a1a28c52cf991e1a9e7f88596c77d2 /conf.py
parentfabe063f63afe7d7a1355c1e0c4af49260d33186 (diff)
Point to xubuntu.org for Xubuntu minimal now, update navigation.HEADmaster
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"),
),