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.
2 parents 7dba8a0 + 9a893d5 commit 9990fe4Copy full SHA for 9990fe4
_data/navbar.yml
@@ -12,7 +12,9 @@ navbar:
12
- title: Installation
13
url: installation
14
- title: JavaDoc
15
- url: http://www.javadoc.io/doc/org.python/jython-standalone/2.7.1
+ url: https://www.javadoc.io/doc/org.python/jython-standalone/2.7.1
16
+ - title: Python 2.7
17
+ url: https://docs.python.org/2.7/
18
- title: Jython Book
19
url: https://jython.readthedocs.io/en/latest/
20
- title: Wiki
@@ -22,7 +24,7 @@ navbar:
22
24
- title: Development
23
25
subItems:
26
- title: Bug tracker
- url: http://bugs.jython.org/
27
+ url: https://bugs.jython.org/
28
- title: Github
29
url: https://github.com/jythontools/jython
30
- title: Mercurial
0 commit comments