diff options
| author | Alasdair Nicol <alasdair@memset.com> | 2013-05-24 14:36:17 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-05-24 12:26:23 -0400 |
| commit | e149d8ebf04415fb0bab5b1dda16ef7d196ade7c (patch) | |
| tree | 666803dc41e5882a7491fbe0048f031940865131 /docs | |
| parent | 528345069d8f9f3fb9350e12742fbfefb854fd29 (diff) | |
[1.4.x] Updated link to jQuery Cookie plugin site
Backport of 81f454a322 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/csrf.txt | 2 |
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 |
