From c98f5425d9bbe4e2778d10f90681cab6d0b8f59b Mon Sep 17 00:00:00 2001 From: lingyongxu Date: Thu, 8 Jun 2017 16:00:58 +0800 Subject: [PATCH] fix setuptools url The url for setuptools was useless,the patch provide a useful one. Change-Id: I1079b9ccacc72263e56bffbf4b1131bdb4ce7ae1 --- announce.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/announce.rst b/announce.rst index 5da447d..2a6269c 100644 --- a/announce.rst +++ b/announce.rst @@ -19,7 +19,7 @@ dynamically loaded extensions. .. _stevedore: http://stevedore.readthedocs.org -.. _setuptools entry points: http://packages.python.org/setuptools/pkg_resources.html#convenience-api +.. _setuptools entry points: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#convenience-api What's New?