Update links to setuptools doc.

The link is README was redirecting permanently to the adjusted location,
The link in introduction.rst returned 404.

Change-Id: I5de1d950b58efb9d4718b2c8916d3c6ecf977070
This commit is contained in:
Andrew Spiers 2015-03-10 16:21:57 +11:00
parent b703ad3274
commit c7462f8ab1
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ cliff is a framework for building command line programs. It uses
`setuptools entry points`_ to provide subcommands, output formatters, and
other extensions.
.. _setuptools entry points: http://packages.python.org/setuptools/pkg_resources.html#convenience-api
.. _setuptools entry points: http://pythonhosted.org/setuptools/pkg_resources.html#convenience-api
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/cliff

View File

@ -59,6 +59,6 @@ multiple commands before the program exits. Many cliff-based
applications will be able to use the default implementation of
:class:`InteractiveApp` without subclassing it.
.. _setuptools entry points: http://packages.python.org/distribute/setuptools.html
.. _setuptools entry points: https://pythonhosted.org/setuptools/pkg_resources.html#entry-points
.. _argparse: http://docs.python.org/library/argparse.html