summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlasdair Nicol <alasdair@memset.com>2013-05-24 14:36:17 +0100
committerAlasdair Nicol <alasdair@memset.com>2013-05-24 14:36:17 +0100
commit81f454a32296ad27437eaf19acfcdad9a9c03fca (patch)
treefbdfaa494d00bf452278f2bbb2d8105ea152415e /docs
parent17559e6eb0422aa6ec7bd9b7f1345b97a2a454a6 (diff)
Update link to jQuery Cookie plugin site
Diffstat (limited to 'docs')
-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 9e58548376..f8b3cf2646 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