[pypy-commit] pypy.org extradoc: update links

arigo pypy.commits at gmail.com
Thu Mar 24 07:23:13 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r727:136b49943029
Date: 2016-03-24 12:23 +0100
http://bitbucket.org/pypy/pypy.org/changeset/136b49943029/

Log:	update links

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -196,7 +196,7 @@
 uncompressed, they run in-place.  For now you can uncompress them
 either somewhere in your home directory or, say, in <tt class="docutils literal">/opt</tt>, and
 if you want, put a symlink from somewhere like
-<tt class="docutils literal">/usr/local/bin/pypy</tt> to <tt class="docutils literal"><span class="pre">/path/to/pypy-5.0.0/bin/pypy</span></tt>.  Do
+<tt class="docutils literal">/usr/local/bin/pypy</tt> to <tt class="docutils literal"><span class="pre">/path/to/pypy-5.0.1/bin/pypy</span></tt>.  Do
 not move or copy the executable <tt class="docutils literal">pypy</tt> outside the tree – put
 a symlink to it, otherwise it will not find its libraries.</p>
 </div>
@@ -241,7 +241,7 @@
 <li><p class="first">Get the source code.  The following packages contain 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/pypy-5.0.0-src.tar.bz2">pypy-5.0.0-src.tar.bz2</a> (sources)</li>
+<li><a class="reference external" href="https://bitbucket.org/pypy/pypy/downloads/pypy-5.0.1-src.tar.bz2">pypy-5.0.1-src.tar.bz2</a> (sources)</li>
 </ul>
 <p>Or you can checkout the current trunk using <a class="reference external" href="http://mercurial.selenic.com/">Mercurial</a> (the trunk
 usually works and is of course more up-to-date):</p>
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -201,7 +201,7 @@
 uncompressed, they run in-place.  For now you can uncompress them
 either somewhere in your home directory or, say, in ``/opt``, and
 if you want, put a symlink from somewhere like
-``/usr/local/bin/pypy`` to ``/path/to/pypy-5.0.0/bin/pypy``.  Do
+``/usr/local/bin/pypy`` to ``/path/to/pypy-5.0.1/bin/pypy``.  Do
 not move or copy the executable ``pypy`` outside the tree --- put
 a symlink to it, otherwise it will not find its libraries.
 
@@ -261,9 +261,9 @@
 1. Get the source code.  The following packages contain the source at
    the same revision as the above binaries:
 
-   * `pypy-5.0.0-src.tar.bz2`__ (sources)
+   * `pypy-5.0.1-src.tar.bz2`__ (sources)
 
-   .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-5.0.0-src.tar.bz2
+   .. __: https://bitbucket.org/pypy/pypy/downloads/pypy-5.0.1-src.tar.bz2
 
    Or you can checkout the current trunk using Mercurial_ (the trunk
    usually works and is of course more up-to-date)::


More information about the pypy-commit mailing list