summaryrefslogtreecommitdiff
path: root/docs/url_dispatch.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-01-20 20:34:35 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-01-20 20:34:35 +0000
commit23b628d731b69b1cbdddc16417e109bdfe9497e1 (patch)
treec5e8597493b711287096ac3d174bb2844f4014d1 /docs/url_dispatch.txt
parent5b5930f0df72fbb55fc569cb523217a3b6916762 (diff)
newforms-admin: Merged to [4370]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/url_dispatch.txt')
-rw-r--r--docs/url_dispatch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/url_dispatch.txt b/docs/url_dispatch.txt
index 00a7af027a..4991557859 100644
--- a/docs/url_dispatch.txt
+++ b/docs/url_dispatch.txt
@@ -286,7 +286,7 @@ With this in mind, the above example can be written more concisely as::
Note that you don't put a trailing dot (``"."``) in the prefix. Django puts
that in automatically.
-.. _Django overview: http://www.djangoproject.com/documentation/overview/
+.. _Django overview: ../overview/
Multiple view prefixes
----------------------