Skip to content

Commit

Permalink
Update link to jQuery Cookie plugin site
Browse files Browse the repository at this point in the history
  • Loading branch information
alasdairnicol committed May 24, 2013
1 parent 17559e6 commit 81f454a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/contrib/csrf.txt
Expand Up @@ -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

Expand Down

0 comments on commit 81f454a

Please sign in to comment.