Update link to jQuery Cookie plugin site

This commit is contained in:
Alasdair Nicol 2013-05-24 14:36:17 +01:00
parent 17559e6eb0
commit 81f454a322
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ Acquiring the token is straightforward:
var csrftoken = getCookie('csrftoken'); var csrftoken = getCookie('csrftoken');
The above code could be simplified by using the `jQuery cookie plugin 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 .. code-block:: javascript