Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r611:95015049ef62 Date: 2015-05-30 10:04 +0200 http://bitbucket.org/pypy/pypy.org/changeset/95015049ef62/
Log: Give a more precise link, as it seems to confuse people diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -106,7 +106,7 @@ them</strong> unless you're ready to hack your system by adding symlinks to the libraries it tries to open. There are better solutions:</p> <ul class="simple"> -<li>use Squeaky's <a class="reference external" href="https://github.com/squeaky-pl/portable-pypy">portable Linux binaries</a>.</li> +<li>use Squeaky's <a class="reference external" href="https://github.com/squeaky-pl/portable-pypy#portable-pypy-distribution-for-linux">portable Linux binaries</a>.</li> <li>or download PyPy from your release vendor (usually an outdated version): <a class="reference external" href="http://packages.ubuntu.com/raring/pypy">Ubuntu</a> (<a class="reference external" href="https://launchpad.net/~pypy/+archive/ppa">PPA</a>), <a class="reference external" href="http://packages.debian.org/sid/pypy">Debian</a>, <a class="reference external" href="https://github.com/mxcl/homebrew/blob/master/Library/Formula/pypy.rb">Homebrew</a>, MacPorts, <a class="reference external" href="http://fedoraproject.org/wiki/Features/PyPyStack">Fedora</a>, <a class="reference external" href="http://packages.gentoo.org/package/dev-python/pypy">Gentoo</a> and <a class="reference external" href="https://wiki.archlinux.org/index.php/PyPy">Arch</a> are known to package PyPy, with various @@ -154,7 +154,7 @@ distributions listed here. <strong>If your distribution is not exactly this one, it won't work,</strong> you will probably see: <tt class="docutils literal">pypy: error while loading shared libraries: …</tt>. Unless you want to hack a lot, try out the -<a class="reference external" href="https://github.com/squeaky-pl/portable-pypy">portable Linux binaries</a>.</p> +<a class="reference external" href="https://github.com/squeaky-pl/portable-pypy#portable-pypy-distribution-for-linux">portable Linux binaries</a>.</p> </div> <div class="section" id="pypy-stm-2-5-1"> <h1>PyPy-STM 2.5.1</h1> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -70,7 +70,7 @@ .. _`Gentoo`: http://packages.gentoo.org/package/dev-python/pypy .. _`Homebrew`: https://github.com/mxcl/homebrew/blob/master/Library/Formula/pypy.rb .. _`Arch`: https://wiki.archlinux.org/index.php/PyPy -.. _`portable Linux binaries`: https://github.com/squeaky-pl/portable-pypy +.. _`portable Linux binaries`: https://github.com/squeaky-pl/portable-pypy#portable-pypy-distribution-for-linux Python2.7 compatible PyPy 2.5.1 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
