summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-09-27 17:33:52 -0400
committerTim Graham <timograham@gmail.com>2012-09-27 17:33:52 -0400
commit84fa9099c6a760104d69a87d3cc2cba192f1ebf2 (patch)
treed0f3c47418d13556737c8108ac0ceaeb554febf7 /docs
parent1df58968a4b2247aff91db40f1325f079ba3cdce (diff)
Fixed two broken links introduced in recent commits.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt1
-rw-r--r--docs/topics/auth.txt2
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/index.txt b/docs/index.txt
index ce84f79d43..5055edf7e7 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -181,7 +181,6 @@ testing of Django applications:
:doc:`Overview <howto/deployment/index>` |
:doc:`WSGI servers <howto/deployment/wsgi/index>` |
:doc:`FastCGI/SCGI/AJP <howto/deployment/fastcgi>` |
- :doc:`Apache authentication <howto/apache-auth>` |
:doc:`Handling static files <howto/static-files>` |
:doc:`Tracking code errors by email <howto/error-reporting>`
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt
index a767b5a93f..1d320df9c1 100644
--- a/docs/topics/auth.txt
+++ b/docs/topics/auth.txt
@@ -1921,7 +1921,7 @@ custom profile fields.
Custom users and the built-in auth forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-As you may expect, built-in Django's :ref:`forms <_built-in-auth-forms>`
+As you may expect, built-in Django's :ref:`forms <built-in-auth-forms>`
and :ref:`views <other-built-in-views>` make certain assumptions about
the user model that they are working with.