[pypy-svn] pypy.org extradoc: Use the shorter, and maybe more official, links.

arigo commits-noreply at bitbucket.org
Sun May 1 19:29:56 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r190:9809bbf62da5
Date: 2011-05-01 19:29 +0200
http://bitbucket.org/pypy/pypy.org/changeset/9809bbf62da5/

Log:	Use the shorter, and maybe more official, links.

diff --git a/source/compat.txt b/source/compat.txt
--- a/source/compat.txt
+++ b/source/compat.txt
@@ -86,4 +86,4 @@
 
 .. _`CPython C API`: http://docs.python.org/c-api/
 .. _`standard library modules`: http://docs.python.org/library/
-.. _`our dev site`: http://readthedocs.org/docs/pypy/en/latest/cpython_differences.html
+.. _`our dev site`: http://pypy.readthedocs.org/en/latest/cpython_differences.html

diff --git a/source/features.txt b/source/features.txt
--- a/source/features.txt
+++ b/source/features.txt
@@ -64,7 +64,7 @@
 
 .. _`pypy-sandbox`: download.html#sandboxed-version
 .. _`full sources`: download.html#translate
-.. _`our documentation site`: http://readthedocs.org/docs/pypy/en/latest/sandbox.html
+.. _`our documentation site`: http://pypy.readthedocs.org/en/latest/sandbox.html
 
 
 Stackless

diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -112,7 +112,7 @@
 
 2. Make sure you installed the dependencies.  See the list here__.
 
-   .. __: http://readthedocs.org/docs/pypy/en/latest/getting-started-python.html#translating-the-pypy-python-interpreter
+   .. __: http://pypy.readthedocs.org/en/latest/getting-started-python.html#translating-the-pypy-python-interpreter
 
 3. Enter the ``goal`` directory::
 
@@ -155,7 +155,7 @@
 .. _`greenlets`: http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt
 .. _Mercurial: http://mercurial.selenic.com/
 .. _`nightly binary builds`: http://buildbot.pypy.org/nightly/trunk/
-.. _`shadow stack`: http://readthedocs.org/docs/pypy/en/latest/config/translation.gcrootfinder.html
+.. _`shadow stack`: http://pypy.readthedocs.org/en/latest/config/translation.gcrootfinder.html
 
 Checksums
 ---------


More information about the Pypy-commit mailing list