Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions _data/navbar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ navbar:
- title: Installation
url: installation
- title: JavaDoc
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
- title: Python 2.7
url: https://docs.python.org/2.7/
- title: Jython Book
url: https://jython.readthedocs.io/en/latest/
- title: Wiki
Expand All @@ -22,7 +24,7 @@ navbar:
- title: Development
subItems:
- title: Bug tracker
url: http://bugs.jython.org/
url: https://bugs.jython.org/
- title: Github
url: https://github.com/jythontools/jython
- title: Mercurial
Expand Down