Skip to content

Commit 487eae0

Browse files
authored
Updated links to reflect move to github. (#20)
* Updated links in navbar.yml to reflect move to github. * Updated default.html to reflect move to github. * Updated index.md to reflect move to github. * Created separate page for the legacy development links: bug tracker, mercurial, github mirror. * Added missing file for previous commit.
1 parent ade41bb commit 487eae0

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

_data/navbar.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ 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+
url: legacy-dev
3232
- title: Mailing List
3333
url: https://sourceforge.net/p/jython/mailman/
3434
- title: Developer Guide

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<!-- HEADER -->
1717
<div id="header_wrap" class="outer">
1818
<header class="inner">
19-
<a id="forkme_banner" href="https://github.com/jythontools/jython">View on Github</a>
19+
<a id="forkme_banner" href="https://github.com/jython/jython">View on Github</a>
2020

2121
<a id=logo href="index"><img id="logo" src="assets/jython.png" alt="Jython Logo" height="70" width="109"></a>
2222

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Home
33
---
44
## What is Jython?
5-
Jython is a [Java](https://go.java/index.html) implementation of [Python](https://www.python.org/) that combines expressive power with clarity. Jython is freely available for both commercial and non-commercial use and is distributed with source code under the [PSF License v2](https://github.com/jythontools/jython/blob/master/LICENSE.txt). Jython is complementary to Java and is especially suited for the following tasks:
5+
Jython is a [Java](https://go.java/index.html) implementation of [Python](https://www.python.org/) that combines expressive power with clarity. Jython is freely available for both commercial and non-commercial use and is distributed with source code under the [PSF License v2](https://github.com/jython/jython/blob/master/LICENSE.txt). Jython is complementary to Java and is especially suited for the following tasks:
66

77
* Embedded scripting - Java programmers can add the Jython libraries to their system to allow end users to write simple or complicated scripts that add functionality to the application.
88
* Interactive experimentation - Jython provides an interactive interpreter that can be used to interact with Java packages or with running Java applications. This allows programmers to experiment and debug any Java system using Jython.

legacy-dev.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Legacy
3+
---
4+
## Development before move to Github
5+
6+
### [Bug tracker](https://bugs.jython.org/)
7+
8+
### [Mercurial](https://hg.python.org/jython/)
9+
10+
### [Github mirror](https://github.com/jython/frozen-mirror/)
11+
This mirror is now frozen.

0 commit comments

Comments
 (0)