diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-08-04 03:39:24 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-08-04 03:39:24 +0000 |
| commit | ac027df2539858b8dfcb7fe6b3da19b2573f147c (patch) | |
| tree | f8b838ed0f399e202eb3f74f5c821b34726a1b26 /docs/tutorial04.txt | |
| parent | 8a4a3f77072361f75cceee07a80a7a20beefeba4 (diff) | |
Changed several documentation links to be relative.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial04.txt')
| -rw-r--r-- | docs/tutorial04.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial04.txt b/docs/tutorial04.txt index cfd9a45a4b..3b7485a1a9 100644 --- a/docs/tutorial04.txt +++ b/docs/tutorial04.txt @@ -213,7 +213,7 @@ objects" and "display a detail page for a particular type of object." a way to refer to its URL later on (see `naming URL patterns`_ for more on named patterns). -.. _naming URL patterns: http://www.djangoproject.com/documentation/url_dispatch/#naming-url-patterns +.. _naming URL patterns: ../url_dispatch/#naming-url-patterns By default, the ``object_detail`` generic view uses a template called ``<app name>/<model name>_detail.html``. In our case, it'll use the template |
