# HG changeset patch # User Armin Rigo <arigo@tunes.org> # Date 1524217164 -7200 # Fri Apr 20 11:39:24 2018 +0200 # Branch extradoc # Node ID 11b8477b91612d2e8b0dd436beb975c514014f34 # Parent 7a8d6cacd50dd8d675704c435ac1b302427a2245 Fix bogus source link to pypy2-v5.10.1 diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -269,7 +269,7 @@ <p>Alternatively, get one of the following smaller packages for the source at the same revision as the above binaries:</p> <ul class="simple"> -<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.10.1-src.tar.bz2">pypy2-v5.10.1-src.tar.bz2</a> (sources, PyPy 2 only)</li> +<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.10.0-src.tar.bz2">pypy2-v5.10.0-src.tar.bz2</a> (sources, PyPy 2 only)</li> <li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v5.10.1-src.tar.bz2">pypy3-v5.10.1-src.tar.bz2</a> (sources, PyPy 3 only)</li> </ul> </li> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -309,10 +309,10 @@ Alternatively, get one of the following smaller packages for the source at the same revision as the above binaries: - * `pypy2-v5.10.1-src.tar.bz2`__ (sources, PyPy 2 only) + * `pypy2-v5.10.0-src.tar.bz2`__ (sources, PyPy 2 only) * `pypy3-v5.10.1-src.tar.bz2`__ (sources, PyPy 3 only) - .. __: https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.10.1-src.tar.bz2 + .. __: https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.10.0-src.tar.bz2 .. __: https://bitbucket.org/pypy/pypy/downloads/pypy3-v5.10.1-src.tar.bz2