Skip to content

Commit 9990fe4

Browse files
authored
Merge pull request #11 from jamesmudd/add-python-docs
Add link to Python 2.7 documentation to navbar
2 parents 7dba8a0 + 9a893d5 commit 9990fe4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_data/navbar.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ navbar:
1212
- title: Installation
1313
url: installation
1414
- title: JavaDoc
15-
url: http://www.javadoc.io/doc/org.python/jython-standalone/2.7.1
15+
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/
1618
- title: Jython Book
1719
url: https://jython.readthedocs.io/en/latest/
1820
- title: Wiki
@@ -22,7 +24,7 @@ navbar:
2224
- title: Development
2325
subItems:
2426
- title: Bug tracker
25-
url: http://bugs.jython.org/
27+
url: https://bugs.jython.org/
2628
- title: Github
2729
url: https://github.com/jythontools/jython
2830
- title: Mercurial

0 commit comments

Comments
 (0)