diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-26 10:29:55 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-05-26 10:29:55 -0400 |
commit | 5675cdde8b22528121a720fb6ce8d05528d515ab (patch) | |
tree | 38b499417ed3b775eb24bb0ce5886f48bdc8ade1 | |
parent | 29bef0ef4c71c0e9a88f1db889b47310568cc160 (diff) | |
parent | df04790b5ca3705a327321916aeceee5dd469a21 (diff) | |
download | external_python_setuptools-5675cdde8b22528121a720fb6ce8d05528d515ab.tar.gz external_python_setuptools-5675cdde8b22528121a720fb6ce8d05528d515ab.tar.bz2 external_python_setuptools-5675cdde8b22528121a720fb6ce8d05528d515ab.zip |
Merge pull request #596 from Juanlu001/patch-1
Fix broken link
-rw-r--r-- | docs/easy_install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt index 8dd176fd..a66909b1 100644 --- a/docs/easy_install.txt +++ b/docs/easy_install.txt @@ -677,7 +677,7 @@ locations, build options, etc., EasyInstall will respect your existing settings until and unless you override them explicitly in an ``[easy_install]`` section. For more information, see also the current Python documentation on the `use and -location of distutils configuration files <http://docs.python.org/inst/config-syntax.html>`_. +location of distutils configuration files <https://docs.python.org/install/index.html#inst-config-files>`_. Notice that ``easy_install`` will use the ``setup.cfg`` from the current working directory only if it was triggered from ``setup.py`` through the |