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/examples.rst | |
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/examples.rst')
-rw-r--r-- | Doc/distutils/examples.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |