aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/ajax-csrf-cors.md
diff options
context:
space:
mode:
authorTom Christie2013-01-27 17:32:54 +0000
committerTom Christie2013-01-27 17:32:54 +0000
commitd4f38dece44d0d57c1eb71584807219e6e893055 (patch)
tree4a92c4ad0c0f482dd56a2730205a1c31a655db76 /docs/topics/ajax-csrf-cors.md
parenta7479e02faf37da8987d5933d8c259b045ef1be8 (diff)
downloaddjango-rest-framework-d4f38dece44d0d57c1eb71584807219e6e893055.tar.bz2
Fix link to django docs.
Diffstat (limited to 'docs/topics/ajax-csrf-cors.md')
-rw-r--r--docs/topics/ajax-csrf-cors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/ajax-csrf-cors.md b/docs/topics/ajax-csrf-cors.md
index b7e5dff6..a96d6ac5 100644
--- a/docs/topics/ajax-csrf-cors.md
+++ b/docs/topics/ajax-csrf-cors.md
@@ -35,7 +35,7 @@ The best way to deal with CORS in REST framework is to add the required response
[cite]: http://www.codinghorror.com/blog/2008/10/preventing-csrf-and-xsrf-attacks.html
[csrf]: https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)
-[csrf-ajax]: http://djangoproject.com/en/dev/ref/contrib/csrf/#ajax
+[csrf-ajax]: https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ajax
[cors]: http://www.w3.org/TR/cors/
[ottoyiu]: https://github.com/ottoyiu/
[django-cors-headers]: https://github.com/ottoyiu/django-cors-headers/