summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-15 00:20:19 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-15 00:20:19 (GMT)
commit026778174298e652bd91ebe5a11db1bd3a3e0902 (patch)
tree82f89fbf0d19fd793605d47cd5558d039a97d93d /Doc/tutorial
parentbd77681f36238e5803857414ba46c722f7f28e42 (diff)
downloadcpython-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/tutorial')
-rw-r--r--Doc/tutorial/whatnow.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst
index 5f332ae..43b5e83 100644
--- a/Doc/tutorial/whatnow.rst
+++ b/Doc/tutorial/whatnow.rst
@@ -38,9 +38,9 @@ More Python resources:
* http://docs.python.org: Fast access to Python's documentation.
-* http://cheeseshop.python.org: The Python Package Index, nicknamed the Cheese
- Shop, is an index of user-created Python modules that are available for
- download. Once you begin releasing code, you can register it here so that
+* http://pypi.python.org: The Python Package Index, previously also nicknamed
+ the Cheese Shop, is an index of user-created Python modules that are available
+ for download. Once you begin releasing code, you can register it here so that
others can find it.
* http://aspn.activestate.com/ASPN/Python/Cookbook/: The Python Cookbook is a