diff options
| author | 2023-04-01 04:06:38 -0400 | |
|---|---|---|
| committer | 2023-04-01 04:06:38 -0400 | |
| commit | 6fdb2f6219f01488f9e79d8f3df04f482fb89f94 (patch) | |
| tree | 913cee2ff4a1a28c52cf991e1a9e7f88596c77d2 /conf.py | |
| parent | fabe063f63afe7d7a1355c1e0c4af49260d33186 (diff) | |
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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"), ), |
