Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r839:03a87c8a2ff4 Date: 2016-12-29 13:41 +0100 http://bitbucket.org/pypy/pypy.org/changeset/03a87c8a2ff4/
Log: fix link diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -77,7 +77,7 @@ <p>We provide binaries for x86, ARM, and PPC Linux, Mac OS/X and Windows for:</p> <ul class="simple"> <li>the Python2.7 compatible release — <strong>PyPy2.7 v5.6.0</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-pypy2.7-v5.6.0.html">what's new in PyPy2.7?</a>)</li> -<li>the Python3.3 compatible release — <strong>PyPy3.3 v5.5</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-pypy3.3-v5.5-alpha.html">what's new in PyPy3.3?</a>).</li> +<li>the Python3.3 compatible release — <strong>PyPy3.3 v5.5</strong> — (<a class="reference external" href="http://doc.pypy.org/en/latest/release-pypy3.3-v5.5.0.html">what's new in PyPy3.3?</a>).</li> <li>the Python2.7 Software Transactional Memory special release — <strong>PyPy-STM 2.5.1</strong> (Linux x86-64 only)</li> </ul> <ul class="download-menu simple"> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -21,7 +21,7 @@ * the Python2.7 Software Transactional Memory special release — **PyPy-STM 2.5.1** (Linux x86-64 only) .. _what's new in PyPy2.7?: http://doc.pypy.org/en/latest/release-pypy2.7-v5.6.0.html -.. _what's new in PyPy3.3?: http://doc.pypy.org/en/latest/release-pypy3.3-v5.5-alpha.html +.. _what's new in PyPy3.3?: http://doc.pypy.org/en/latest/release-pypy3.3-v5.5.0.html .. class:: download_menu _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
