summaryrefslogtreecommitdiff
path: root/django/core/files/locks.py
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-04-05 00:29:58 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-02 11:27:29 +0100
commit5def7f3f743d0bb178546586245ad88a84b69390 (patch)
tree0596bbe899c098a02585fa0caee2304b0e205204 /django/core/files/locks.py
parentd75c387f46c55459a2daf071e5463bad0ad7dcbd (diff)
downloaddjango-5def7f3f743d0bb178546586245ad88a84b69390.tar.gz
Updated various links to HTTPS and new locations.
Co-Authored-By: Nick Pope <nick@nickpope.me.uk>
Diffstat (limited to 'django/core/files/locks.py')
-rw-r--r--django/core/files/locks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/files/locks.py b/django/core/files/locks.py
index b02faaa181..fdb9665332 100644
--- a/django/core/files/locks.py
+++ b/django/core/files/locks.py
@@ -5,7 +5,7 @@ Based partially on an example by Jonathan Feignberg in the Python
Cookbook [1] (licensed under the Python Software License) and a ctypes port by
Anatoly Techtonik for Roundup [2] (license [3]).
-[1] http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65203
+[1] https://code.activestate.com/recipes/65203/
[2] https://sourceforge.net/p/roundup/code/ci/default/tree/roundup/backends/portalocker.py
[3] https://sourceforge.net/p/roundup/code/ci/default/tree/COPYING.txt