summaryrefslogtreecommitdiff
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
parent124f5c358c6a18b1a647e122cf88686a449552f9 (diff)
downloadpython-decorator-git-04b710246dd23c3b035514ff551ffdc3865445e8.tar.gz
Update download links
-rw-r--r--docs/documentation.md2
-rw-r--r--src/tests/documentation.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/documentation.md b/docs/documentation.md
index 766af7a..fa3145f 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -5,7 +5,7 @@
|E-mail | michele.simionato@gmail.com|
|Version| 5.1.1 (2022-01-07)|
|Supports| Python 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11|
-|Download page| http://pypi.python.org/pypi/decorator/5.1.1|
+|Download page| https://pypi.org/project/decorator/5.1.1|
|Installation| ``pip install decorator``|
|License | BSD license|
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|