aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg_resources/py2_warn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/py2_warn.py b/pkg_resources/py2_warn.py
index 00cc8bc7..6855aa24 100644
--- a/pkg_resources/py2_warn.py
+++ b/pkg_resources/py2_warn.py
@@ -6,7 +6,7 @@ import textwrap
msg = textwrap.dedent("""
Encountered a version of Setuptools that no longer supports
this version of Python. Please head to
- https://bit.ly/setuptools-py2-warning for support.
+ https://bit.ly/setuptools-py2-sunset for support.
""")
pre = "Setuptools no longer works on Python 2\n"