Commit 2ef95509 authored by Jason R. Coombs's avatar Jason R. Coombs

Update broken link. Fixes #1197.

parent eb91a5e2
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment