summaryrefslogtreecommitdiff
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-04-24 11:28:48 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-04-24 11:28:48 +0100
commit8b4830d21dad97fc1bb69342e8dc6952b56df092 (patch)
tree0840f7b263967e04edc1961d028479bdb4da1b11 /setuptools/package_index.py
parent76749f8f76f4d93c6e3fed0b51a41eced4830987 (diff)
downloadpython-setuptools-git-8b4830d21dad97fc1bb69342e8dc6952b56df092.tar.gz
Avoid bitly links
Diffstat (limited to 'setuptools/package_index.py')
-rw-r--r--setuptools/package_index.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py
index 06b78ac6..b992048c 100644
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -402,7 +402,8 @@ class PackageIndex(Environment):
return True
msg = (
"\nNote: Bypassing %s (disallowed host; see "
- "http://bit.ly/2hrImnY for details).\n"
+ "https://setuptools.pypa.io/en/latest/deprecated/"
+ "easy_install.html#restricting-downloads-with-allow-hosts for details).\n"
)
if fatal:
raise DistutilsError(msg % url)