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 ----------------------