summaryrefslogtreecommitdiff
path: root/docs/index.txt
diff options
context:
space:
mode:
authorThomas Chaumeny <t.chaumeny@gmail.com>2014-10-31 23:39:46 +0100
committerTim Graham <timograham@gmail.com>2014-11-03 07:47:39 -0500
commitd3db878e4beff057400dd780c24f3601a5d31f95 (patch)
tree093a397322edb251987ebdd4119ac1ec3e029046 /docs/index.txt
parentd968bd5258438694b000b347a482ddcd33a9b395 (diff)
Moved CSRF docs out of contrib.
Diffstat (limited to 'docs/index.txt')
-rw-r--r--docs/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 1c2a483eca..9aaf5e181d 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -227,7 +227,7 @@ applications and Django provides multiple protection tools and mechanisms:
* :doc:`Security overview <topics/security>`
* :doc:`Disclosed security issues in Django <releases/security>`
* :doc:`Clickjacking protection <ref/clickjacking>`
-* :doc:`Cross Site Request Forgery protection <ref/contrib/csrf>`
+* :doc:`Cross Site Request Forgery protection <ref/csrf>`
* :doc:`Cryptographic signing <topics/signing>`
* :ref:`Security Middleware <security-middleware>`