Prechádzať zdrojové kódy

Always point to latest Pyston release on Compiling for Linux/*BSD (#5867)

Marius Wachtler 3 rokov pred
rodič
commit
8063184876

+ 1 - 1
development/compiling/compiling_for_linuxbsd.rst

@@ -266,7 +266,7 @@ only compatible with Linux. Pyston can speed up incremental builds significantly
 often by a factor between 1.5× and 2×. Pyston can be combined with Clang and LLD
 to get even faster builds.
 
-- Download the `latest portable Pyston release <https://github.com/pyston/pyston/releases/tag/pyston_2.3.2>`__.
+- Download the `latest portable Pyston release <https://github.com/pyston/pyston/releases/latest>`__.
 - Extract the portable ``.tar.gz`` to a set location, such as ``$HOME/.local/opt/pyston/`` (create folders as needed).
 - Use ``cd`` to reach the extracted Pyston folder from a terminal,
   then run ``./pyston -m pip install scons`` to install SCons within Pyston.