From 51a21bcbc36a1190dd5ec5462120bd049336801d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 19 Jan 2007 17:21:04 +0000 Subject: [PATCH] Changed one link in docs/url_dispatch.txt to use a relative link, as an experiment to see whether it'll work git-svn-id: http://code.djangoproject.com/svn/django/trunk@4358 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/url_dispatch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----------------------