Skip to content

Commit

Permalink
Merge pull request django#1210 from alasdairnicol/jquery_cookie_plugi…
Browse files Browse the repository at this point in the history
…n_link

Updated link to jQuery Cookie plugin site
  • Loading branch information
timgraham committed May 24, 2013
2 parents c4fb832 + 81f454a commit 92c9052
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 92c9052

Please sign in to comment.