summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-11-05 23:34:50 +0200
committerHugo van Kemenade <hugovk@users.noreply.github.com>2022-11-05 23:34:50 +0200
commit04b710246dd23c3b035514ff551ffdc3865445e8 (patch)
tree1e35d46ad415c27ebd6711115f0b9446a99deb4e /src
parent124f5c358c6a18b1a647e122cf88686a449552f9 (diff)
downloadpython-decorator-git-04b710246dd23c3b035514ff551ffdc3865445e8.tar.gz
Update download links
Diffstat (limited to 'src')
-rw-r--r--src/tests/documentation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/documentation.py b/src/tests/documentation.py
index 375bb57..b2794d4 100644
--- a/src/tests/documentation.py
+++ b/src/tests/documentation.py
@@ -15,7 +15,7 @@ doc = r"""# Decorators for Humans
|E-mail | michele.simionato@gmail.com|
|Version| $VERSION ($DATE)|
|Supports| Python 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11|
-|Download page| http://pypi.python.org/pypi/decorator/$VERSION|
+|Download page| https://pypi.org/project/decorator/$VERSION|
|Installation| ``pip install decorator``|
|License | BSD license|