diff options
author | Georg Brandl <georg@python.org> | 2008-03-15 00:20:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-15 00:20:19 (GMT) |
commit | 026778174298e652bd91ebe5a11db1bd3a3e0902 (patch) | |
tree | 82f89fbf0d19fd793605d47cd5558d039a97d93d /Doc/distutils | |
parent | bd77681f36238e5803857414ba46c722f7f28e42 (diff) | |
download | cpython-026778174298e652bd91ebe5a11db1bd3a3e0902.zip cpython-026778174298e652bd91ebe5a11db1bd3a3e0902.tar.gz cpython-026778174298e652bd91ebe5a11db1bd3a3e0902.tar.bz2 |
Fix lots of broken links in the docs, found by Sphinx' external link checker.
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/apiref.rst | 2 | ||||
-rw-r--r-- | Doc/distutils/examples.rst | 2 | ||||
-rw-r--r-- | Doc/distutils/setupscript.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index e334881..f5b49b8 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -73,7 +73,7 @@ setup script). Indirectly provides the :class:`distutils.dist.Distribution` and +--------------------+--------------------------------+-------------------------------------------------------------+ | *classifiers* | A list of categories for the | The list of available | | | package | categorizations is at | - | | | http://cheeseshop.python.org/pypi?:action=list_classifiers. | + | | | http://pypi.python.org/pypi?:action=list_classifiers. | +--------------------+--------------------------------+-------------------------------------------------------------+ | *distclass* | the :class:`Distribution` | A subclass of | | | class to use | :class:`distutils.core.Distribution` | diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst index 4e4adc5..d937b83 100644 --- a/Doc/distutils/examples.rst +++ b/Doc/distutils/examples.rst @@ -11,7 +11,7 @@ Distutils Cookbook. .. seealso:: - `Distutils Cookbook <http://www.python.org/cgi-bin/moinmoin/DistutilsCookbook>`_ + `Distutils Cookbook <http://wiki.python.org/moin/DistutilsCookbook>`_ Collection of recipes showing how to achieve more control over distutils. diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst index 0ff3476..d2be083 100644 --- a/Doc/distutils/setupscript.rst +++ b/Doc/distutils/setupscript.rst @@ -580,7 +580,7 @@ Notes: (4) These fields should not be used if your package is to be compatible with Python versions prior to 2.2.3 or 2.3. The list is available from the `PyPI website - <http://www.python.org/pypi>`_. + <http://pypi.python.org/pypi>`_. 'short string' A single line of text, not more than 200 characters. |