We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade41bb commit 0a00b6fCopy full SHA for 0a00b6f
_data/navbar.yml
@@ -24,11 +24,17 @@ navbar:
24
- title: Development
25
subItems:
26
- title: Bug tracker
27
- url: https://bugs.jython.org/
+ url: https://github.com/jython/jython/issues/
28
- title: Github
29
- url: https://github.com/jythontools/jython
30
- - title: Mercurial
31
- url: https://hg.python.org/jython/
+ url: https://github.com/jython/jython/
+ - title: Legacy
+ 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/
38
- title: Mailing List
39
url: https://sourceforge.net/p/jython/mailman/
40
- title: Developer Guide
0 commit comments