[doc]Fix URL for 'setuptools entry points'

Following URL is not existed.
  https://pythonhosted.org/setuptools/pkg_resources.html#entry-points
Update URL by following page
  (it comments "Documentation moved to read the docs.")
  https://pythonhosted.org/setuptools/

Change-Id: I04cd99740ec75dc6982760811bac411c243722c8
This commit is contained in:
Atsushi SAKAI 2016-09-07 21:28:18 +09:00
parent 50d67088ea
commit 64a3e0e7d5
1 changed files with 1 additions and 1 deletions

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: https://pythonhosted.org/setuptools/pkg_resources.html#entry-points
.. _setuptools entry points: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points
.. _argparse: http://docs.python.org/library/argparse.html