Author: Armin Rigo <[email protected]> Branch: Changeset: r983:30d1deff77fe Date: 2020-03-09 11:18 +0100 http://foss.heptapod.net/pypy/pypy.org/changeset/30d1deff77fe/
Log: Fix a couple of links diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -188,7 +188,7 @@ release is too old for what you want to do. There are versions for different libc on this site too.</li> <li>Reverse debugger: This version enables debugging your Python -programs by going forward and backward in time. See the <a class="reference external" href="https://bitbucket.org/pypy/revdb/">RevDB +programs by going forward and backward in time. See the <a class="reference external" href="https://foss.heptapod.net/pypy/revdb/">RevDB documentation</a>.</li> </ul> <ul class="simple"> @@ -229,10 +229,9 @@ <ol class="arabic"> <li><p class="first">Get the source code. The preferred way is to checkout the current trunk using <a class="reference external" href="https://www.mercurial-scm.org/">Mercurial</a>. The trunk usually works and is of course -more up-to-date. The following command should run in about 7 minutes -nowadays if you have hg >= 3.7 (it is much slower with older versions):</p> +more up-to-date:</p> <pre class="literal-block"> -hg clone https://bitbucket.org/pypy/pypy +hg clone https://foss.heptapod.net/pypy/pypy/ </pre> <p>The trunk contains PyPy 2. For PyPy 3, switch to the correct branch:</p> <pre class="literal-block"> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -212,7 +212,7 @@ programs by going forward and backward in time. See the `RevDB documentation`__. -.. __: https://bitbucket.org/pypy/revdb/ +.. __: https://foss.heptapod.net/pypy/revdb/ * Old-style sandboxing: A special safe version. *This is NOT the version announced in-development during 2019!* @@ -266,10 +266,9 @@ 1. Get the source code. The preferred way is to checkout the current trunk using Mercurial_. The trunk usually works and is of course - more up-to-date. The following command should run in about 7 minutes - nowadays if you have hg >= 3.7 (it is much slower with older versions):: + more up-to-date:: - hg clone https://bitbucket.org/pypy/pypy + hg clone https://foss.heptapod.net/pypy/pypy/ The trunk contains PyPy 2. For PyPy 3, switch to the correct branch:: _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
