summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial03.txt
diff options
context:
space:
mode:
authorKaren Tracey <kmtracey@gmail.com>2008-11-01 19:02:09 +0000
committerKaren Tracey <kmtracey@gmail.com>2008-11-01 19:02:09 +0000
commitd4f4ab853532c0b541e640eb2e3f5ec17f0b9dd6 (patch)
tree7cb00cfe04713a77a174542e002aaa430b959b3d /docs/intro/tutorial03.txt
parent8955a085a5b2cb9dd4a41c22fbb90c527e5b55f2 (diff)
Fixed #9487 -- Corrected several links into the Python docs that were broken by the recent Python docs refactor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/intro/tutorial03.txt')
-rw-r--r--docs/intro/tutorial03.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial03.txt b/docs/intro/tutorial03.txt
index 6d40a5bfcb..af6c4fcf97 100644
--- a/docs/intro/tutorial03.txt
+++ b/docs/intro/tutorial03.txt
@@ -128,7 +128,7 @@ Finally, a performance note: these regular expressions are compiled the first
time the URLconf module is loaded. They're super fast.
.. _Wikipedia's entry: http://en.wikipedia.org/wiki/Regular_expression
-.. _Python documentation: http://www.python.org/doc/current/lib/module-re.html
+.. _Python documentation: http://docs.python.org/library/re.html
Write your first view
=====================