diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-04-24 05:58:03 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-04-24 05:58:03 +0000 |
| commit | 39aa40d108c4680f9efbb148bfa52801ccc10ff3 (patch) | |
| tree | e464e8945065eea0ae670ccca2edb3ed025a5c6d /docs/sites.txt | |
| parent | 53eddd4a0f8786e23f511a653d8d7ffa947ad8db (diff) | |
Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/sites.txt')
| -rw-r--r-- | docs/sites.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sites.txt b/docs/sites.txt index 7497d7dd80..12259b04c3 100644 --- a/docs/sites.txt +++ b/docs/sites.txt @@ -276,8 +276,8 @@ you want your admin site to have access to all objects (not just site-specific ones), put ``objects = models.Manager()`` in your model, before you define ``CurrentSiteManager``. -.. _manager: ../model_api/#managers -.. _manager documentation: ../model_api/#managers +.. _manager: ../model-api/#managers +.. _manager documentation: ../model-api/#managers How Django uses the sites framework =================================== |
