diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-25 13:59:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-25 13:59:49 -0400 |
commit | ebf30b69931a41ab4ff709a38bd855b5777036d3 (patch) | |
tree | 3b9274686e8b320cd11b3b8ad17e50c292cd1cae | |
parent | 6cf6ce78b1c42c500b938f6de03af1626b1b2330 (diff) | |
parent | 5d8c17c312e4586ea7a37673f147f9e9622617c7 (diff) | |
download | external_python_setuptools-ebf30b69931a41ab4ff709a38bd855b5777036d3.tar.gz external_python_setuptools-ebf30b69931a41ab4ff709a38bd855b5777036d3.tar.bz2 external_python_setuptools-ebf30b69931a41ab4ff709a38bd855b5777036d3.zip |
Merge pull request #620 from benoit-pierre/patch-1
readme: update links to documentation
-rwxr-xr-x | README.rst | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -182,10 +182,10 @@ them there, so this reference list can be updated. If you have working, the `setuptools bug tracker`_. .. _setuptools bug tracker: https://github.com/pypa/setuptools/issues -.. _The Internal Structure of Python Eggs: https://pythonhosted.org/setuptools/formats.html -.. _The setuptools Developer's Guide: https://pythonhosted.org/setuptools/setuptools.html -.. _The pkg_resources API reference: https://pythonhosted.org/setuptools/pkg_resources.html -.. _The EasyInstall user's guide and reference manual: https://pythonhosted.org/setuptools/easy_install.html +.. _The Internal Structure of Python Eggs: https://setuptools.readthedocs.io/en/latest/formats.html +.. _The setuptools Developer's Guide: https://setuptools.readthedocs.io/en/latest/developer-guide.html +.. _The pkg_resources API reference: https://setuptools.readthedocs.io/en/latest/pkg_resources.html +.. _The EasyInstall user's guide and reference manual: https://setuptools.readthedocs.io/en/latest/easy_install.html .. _distutils-sig mailing list: http://mail.python.org/pipermail/distutils-sig/ |