Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r922:11b8477b9161
Date: 2018-04-20 11:39 +0200
http://bitbucket.org/pypy/pypy.org/changeset/11b8477b9161/

Log:    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
 
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to