Skip to content

Commit 0b91714

Browse files
committed
Merge pull request #2444 from duncm/patch-1
fix link to Django CSRF docs
2 parents a7567ef + 6e471ad commit 0b91714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ HTTP Signature (currently a [IETF draft][http-signature-ietf-draft]) provides a
427427
[oauth]: http://oauth.net/2/
428428
[permission]: permissions.md
429429
[throttling]: throttling.md
430-
[csrf-ajax]: https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ajax
430+
[csrf-ajax]: https://docs.djangoproject.com/en/dev/ref/csrf/#ajax
431431
[mod_wsgi_official]: http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPassAuthorization
432432
[custom-user-model]: https://docs.djangoproject.com/en/dev/topics/auth/customizing/#specifying-a-custom-user-model
433433
[south-dependencies]: http://south.readthedocs.org/en/latest/dependencies.html

0 commit comments

Comments
 (0)