diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-01-19 17:21:04 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-01-19 17:21:04 +0000 |
| commit | 51a21bcbc36a1190dd5ec5462120bd049336801d (patch) | |
| tree | 02757f124e579a4df40171ba23788610fe0386c2 /docs | |
| parent | bc52fdc44657723f633a1753d45f045298a92d44 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/url_dispatch.txt | 2 |
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 ---------------------- |
