Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r942:e60eab96c530
Date: 2019-03-24 21:45 +0100
http://bitbucket.org/pypy/pypy.org/changeset/e60eab96c530/

Log:    update these two links

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -276,8 +276,8 @@
 <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-v6.0.0-src.tar.bz2";>pypy2-v6.0.0-src.tar.bz2</a>
 (sources, PyPy 2 only)</li>
-<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-src.tar.bz2";>pypy3-v6.0.0-src.tar.bz2</a>
 (sources, PyPy 3 only)</li>
+<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-src.tar.bz2";>pypy2.7-v7.1.0-src.tar.bz2</a>
 (sources, PyPy 2 only)</li>
+<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.0-src.tar.bz2";>pypy3.6-v7.1.0-src.tar.bz2</a>
 (sources, PyPy 3 only)</li>
 </ul>
 </li>
 <li><p class="first">Make sure you <strong>installed the 
dependencies.</strong>  See the list <a class="reference external" 
href="http://pypy.readthedocs.org/en/latest/build.html#install-build-time-dependencies";>here</a>.</p>
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -325,11 +325,11 @@
    Alternatively, get one of the following smaller packages for the source at
    the same revision as the above binaries:
 
-   * `pypy2-v6.0.0-src.tar.bz2`__ (sources, PyPy 2 only)
-   * `pypy3-v6.0.0-src.tar.bz2`__ (sources, PyPy 3 only)
+   * `pypy2.7-v7.1.0-src.tar.bz2`__ (sources, PyPy 2 only)
+   * `pypy3.6-v7.1.0-src.tar.bz2`__ (sources, PyPy 3 only)
 
-   .. __: https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-src.tar.bz2
-   .. __: https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-src.tar.bz2
+   .. __: https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.1.0-src.tar.bz2
+   .. __: https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.0-src.tar.bz2
 
 
 2. Make sure you **installed the dependencies.**  See the list here__.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to