aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan Maitland2015-01-22 18:29:20 +1100
committerDuncan Maitland2015-01-22 18:29:20 +1100
commit6e471ad8f41dda11365080ca583a0ccbf37de55e (patch)
tree21377ca3957d417a568072dbdcea2d97fdf33e25
parenta7567efa8d6fd008ba0a48f0e8fa7028703af386 (diff)
downloaddjango-rest-framework-6e471ad8f41dda11365080ca583a0ccbf37de55e.tar.bz2
fix link to Django CSRF docs
-rwxr-xr-xdocs/api-guide/authentication.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md
index 1222dbf0..0d53de70 100755
--- a/docs/api-guide/authentication.md
+++ b/docs/api-guide/authentication.md
@@ -427,7 +427,7 @@ HTTP Signature (currently a [IETF draft][http-signature-ietf-draft]) provides a
[oauth]: http://oauth.net/2/
[permission]: permissions.md
[throttling]: throttling.md
-[csrf-ajax]: https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ajax
+[csrf-ajax]: https://docs.djangoproject.com/en/dev/ref/csrf/#ajax
[mod_wsgi_official]: http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPassAuthorization
[custom-user-model]: https://docs.djangoproject.com/en/dev/topics/auth/customizing/#specifying-a-custom-user-model
[south-dependencies]: http://south.readthedocs.org/en/latest/dependencies.html