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:26:23 -0400
commite149d8ebf04415fb0bab5b1dda16ef7d196ade7c (patch)
tree666803dc41e5882a7491fbe0048f031940865131
parent528345069d8f9f3fb9350e12742fbfefb854fd29 (diff)
[1.4.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 c841e2f522..c6d448811d 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