From a54f7a4f1345d499d8524cf3820a4d61ee5e88fd Mon Sep 17 00:00:00 2001 From: Dantenz <41153586+Dantenz@users.noreply.github.com> Date: Sat, 28 Dec 2019 14:39:17 +0000 Subject: [PATCH] Fixed broken jython link --- Sphinx/Getting Started/Installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sphinx/Getting Started/Installation.rst b/Sphinx/Getting Started/Installation.rst index 8e6c66e7..372762b0 100644 --- a/Sphinx/Getting Started/Installation.rst +++ b/Sphinx/Getting Started/Installation.rst @@ -113,7 +113,7 @@ Instructions for installation in a Docker container are available :doc:`here `_ and copy it to the path specified above in the EXTRA_JAVA_OPTS. + #. Download the `standalone Jython 2.7.0 jar `_ and copy it to the path specified above in the EXTRA_JAVA_OPTS. A full installation of Jython can also be used, but the paths above would need to be modified. Jython 2.7.1 and 2.7.2a1+ will also work, but 2.7.0 has proven to be very stable. #. Copy the ``/Script Examples/Python/hello_world.py`` script to ``/automation/jsr223/python/personal/``.