diff options
| author | Timo Graham <timograham@gmail.com> | 2011-01-22 12:43:50 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-01-22 12:43:50 +0000 |
| commit | a757b5b8ca64d2fe8973e2a0696a12f9d10146d5 (patch) | |
| tree | a7933fca89fc0d6e97b596185c4fe7d9220cfb37 /docs/ref | |
| parent | 07b92cd4894f2612a041066a69204061142de328 (diff) | |
Fixed #15133 - Some markup issues in the docs; thanks Aryeh Leib Taurog for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15281 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/signals.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index 46e433a8b4..85b4288ae7 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -12,7 +12,7 @@ A list of all the signals that Django sends. The :doc:`comment framework </ref/contrib/comments/index>` sends a :doc:`set of comment-related signals </ref/contrib/comments/signals>`. - The :ref:`authentication framework <topics-auth>` sends :ref:`signals when + The :doc:`authentication framework </topics/auth>` sends :ref:`signals when a user is logged in / out <topics-auth-signals>`. Model signals |
