summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-21 17:13:03 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-21 17:13:03 (GMT)
commit0751d1ad2a1c4a66591d1a0208ff1e184c18fbbc (patch)
tree270f04a959c958ba7e2650fdf7eb8dfac1d5ff88 /Doc
parentae747dccab69cb3828a3d51fafe41021f50882c9 (diff)
downloadcpython-0751d1ad2a1c4a66591d1a0208ff1e184c18fbbc.zip
cpython-0751d1ad2a1c4a66591d1a0208ff1e184c18fbbc.tar.gz
cpython-0751d1ad2a1c4a66591d1a0208ff1e184c18fbbc.tar.bz2
Adapt pydoc to new doc URLs.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/extending/building.rst2
-rw-r--r--Doc/library/pydoc.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/extending/building.rst b/Doc/extending/building.rst
index 5e1dec8..1c7b53f 100644
--- a/Doc/extending/building.rst
+++ b/Doc/extending/building.rst
@@ -80,7 +80,7 @@ example below. ::
description = 'This is a demo package',
author = 'Martin v. Loewis',
author_email = 'martin@v.loewis.de',
- url = 'http://www.python.org/doc/current/ext/building.html',
+ url = 'http://docs.python.org/extending/building',
long_description = '''
This is really just a demo package.
''',
diff --git a/Doc/library/pydoc.rst b/Doc/library/pydoc.rst
index 2df127c..6d4986e 100644
--- a/Doc/library/pydoc.rst
+++ b/Doc/library/pydoc.rst
@@ -59,7 +59,7 @@ documents precisely the version of the module you would get if you started the
Python interpreter and typed ``import spam``.
Module docs for core modules are assumed to reside in
-http://www.python.org/doc/current/lib/. This can be overridden by setting the
+http://docs.python.org/library/. This can be overridden by setting the
:envvar:`PYTHONDOCS` environment variable to a different URL or to a local
directory containing the Library Reference Manual pages.