diff options
| author | Thomas Chaumeny <t.chaumeny@gmail.com> | 2014-10-31 23:39:46 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-03 07:47:39 -0500 |
| commit | d3db878e4beff057400dd780c24f3601a5d31f95 (patch) | |
| tree | 093a397322edb251987ebdd4119ac1ec3e029046 /docs/index.txt | |
| parent | d968bd5258438694b000b347a482ddcd33a9b395 (diff) | |
Moved CSRF docs out of contrib.
Diffstat (limited to 'docs/index.txt')
| -rw-r--r-- | docs/index.txt | 2 |
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>` |
