Skip to content

Commit 0a00b6f

Browse files
authored
Updated links in navbar.yml to reflect move to github.
1 parent ade41bb commit 0a00b6f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

_data/navbar.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,17 @@ navbar:
2424
- title: Development
2525
subItems:
2626
- title: Bug tracker
27-
url: https://bugs.jython.org/
27+
url: https://github.com/jython/jython/issues/
2828
- title: Github
29-
url: https://github.com/jythontools/jython
30-
- title: Mercurial
31-
url: https://hg.python.org/jython/
29+
url: https://github.com/jython/jython/
30+
- title: Legacy
31+
subitems:
32+
- title: Bug tracker
33+
url: https://bugs.jython.org/
34+
- title: Github (legacy, frozen)
35+
url: https://github.com/jython/frozen-mirror/
36+
- title: Mercurial (legacy, frozen)
37+
url: https://hg.python.org/jython/
3238
- title: Mailing List
3339
url: https://sourceforge.net/p/jython/mailman/
3440
- title: Developer Guide

0 commit comments

Comments
 (0)