Skip to content
Snippets Groups Projects
Commit 30d1deff77fe authored by Armin Rigo's avatar Armin Rigo
Browse files

Fix a couple of links

parent de90045ba162
No related branches found
No related tags found
No related merge requests found
......@@ -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,6 +229,5 @@
<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 &gt;= 3.7 (it is much slower with older versions):</p>
more up-to-date:</p>
<pre class="literal-block">
......@@ -234,5 +233,5 @@
<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">
......
......@@ -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,6 +266,5 @@
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::
......@@ -271,5 +270,5 @@
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::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment