aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-14 17:40:10 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-14 17:40:10 -0500
commit2ef955096db1999fb9caffe5d642dc2cefd2c1ca (patch)
tree091fc7edca1993f3819159f73f02c67409de1616 /setuptools/package_index.py
parenteb91a5e2491e231dc1094000dda6401cffb4747c (diff)
downloadexternal_python_setuptools-2ef955096db1999fb9caffe5d642dc2cefd2c1ca.tar.gz
external_python_setuptools-2ef955096db1999fb9caffe5d642dc2cefd2c1ca.tar.bz2
external_python_setuptools-2ef955096db1999fb9caffe5d642dc2cefd2c1ca.zip
Update broken link. Fixes #1197.
Diffstat (limited to 'setuptools/package_index.py')
-rwxr-xr-xsetuptools/package_index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py
index a6363b18..5dbb4805 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -382,7 +382,7 @@ class PackageIndex(Environment):
if is_file or self.allows(urllib.parse.urlparse(url)[1]):
return True
msg = ("\nNote: Bypassing %s (disallowed host; see "
- "http://bit.ly/1dg9ijs for details).\n")
+ "http://bit.ly/2hrImnY for details).\n")
if fatal:
raise DistutilsError(msg % url)
else: