Skip to content

Commit a197da7

Browse files
committed
Make download links land in better places (fixes #38)
1 parent f3660aa commit a197da7

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

download.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ title: Downloads
55
## Current Version
66
The current version of Jython is 2.7.4.
77
It can be applied:
8-
- By downloading the [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer).
8+
- By downloading the [Jython Installer](https://repo1.maven.org/maven2/org/python/jython-installer/2.7.4/jython-installer-2.7.4.jar).
99
Use this to install Jython as an application locally.
10-
- As a [dependency in your Maven or Gradle build](https://central.sonatype.com/artifact/org.python/jython-slim).
11-
Use this to embed Jython in a Java application, using the snippet provided at the link.
12-
- As the [Jython Standalone JAR](https://central.sonatype.com/artifact/org.python/jython-standalone).
13-
Download this to run Jython without installing or as a JAR on the class path of a Java application.
10+
(Descriptive metadata [here](https://central.sonatype.com/artifact/org.python/jython-installer).)
11+
- As a [dependency in your build](https://central.sonatype.com/artifact/org.python/jython-slim).
12+
Embed Jython in a Java application using the snippet provided for your preferred build tool.
13+
- As the [Jython Standalone JAR](https://repo1.maven.org/maven2/org/python/jython-standalone/2.7.4/jython-standalone-2.7.4.jar).
14+
Download this to run Jython without installing, or as a JAR on the class path of a Java application.
15+
Some users cite this as
16+
[a dependency](https://central.sonatype.com/artifact/org.python/jython-standalone).
1417

1518
For information on installing see [Installation](installation).
1619

@@ -22,7 +25,7 @@ Previous versions of Jython are available from:
2225
- [Jython Installer](https://central.sonatype.com/artifact/org.python/jython-installer/versions)
2326
- [Jython Slim JAR](https://central.sonatype.com/artifact/org.python/jython-slim/versions)
2427
- [Jython Standalone](https://central.sonatype.com/artifact/org.python/jython-standalone/versions)
25-
28+
Follow the "Browse" link for the version of your choice and take the JAR file.
2629

2730

2831
## OpenPGP Public Keys

0 commit comments

Comments
 (0)