summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Nicol <alasdair@memset.com>2013-05-24 14:36:17 +0100
committerTim Graham <timograham@gmail.com>2013-05-24 12:25:48 -0400
commitd6025d790f3f5ecc11981cb43e1e14f85adcdb4d (patch)
treeede49272e0184c6b197eb3eca69b2552ed74d8b4
parentcd15a51c3eb2918107814e7c42533ebef982a431 (diff)
[1.5.x] Updated link to jQuery Cookie plugin site
Backport of 81f454a322 from master
-rw-r--r--docs/ref/contrib/csrf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/csrf.txt b/docs/ref/contrib/csrf.txt
index 8fb88f76ac..22e7547d93 100644
--- a/docs/ref/contrib/csrf.txt
+++ b/docs/ref/contrib/csrf.txt
@@ -120,7 +120,7 @@ Acquiring the token is straightforward:
var csrftoken = getCookie('csrftoken');
The above code could be simplified by using the `jQuery cookie plugin
-<http://plugins.jquery.com/project/Cookie>`_ to replace ``getCookie``:
+<http://plugins.jquery.com/cookie/>`_ to replace ``getCookie``:
.. code-block:: javascript