From c7462f8ab158fc95f6822e912d9bb13c6d9f8e45 Mon Sep 17 00:00:00 2001 From: Andrew Spiers Date: Tue, 10 Mar 2015 16:21:57 +1100 Subject: [PATCH] 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 --- README.rst | 2 +- doc/source/introduction.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 742b0774..fd9d2836 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/doc/source/introduction.rst b/doc/source/introduction.rst index d9312b9e..6f69a8fa 100644 --- a/doc/source/introduction.rst +++ b/doc/source/introduction.rst @@ -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