Author: mattip <[email protected]> Branch: extradoc Changeset: r552:837da9c0884c Date: 2014-11-03 21:39 +0200 http://bitbucket.org/pypy/pypy.org/changeset/837da9c0884c/
Log: fix broken link (LaarstiQ, Cheery) diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -200,7 +200,7 @@ hg clone https://bitbucket.org/pypy/pypy </pre> </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/getting-started-python.html#translating-the-pypy-python-interpreter">here</a>.</p> +<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> </li> <li><p class="first">Enter the <tt class="docutils literal">goal</tt> directory:</p> <pre class="literal-block"> diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -232,7 +232,7 @@ 2. Make sure you **installed the dependencies.** See the list here__. - .. __: http://pypy.readthedocs.org/en/latest/getting-started-python.html#translating-the-pypy-python-interpreter + .. __: http://pypy.readthedocs.org/en/latest/build.html#install-build-time-dependencies 3. Enter the ``goal`` directory:: _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
