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