diff options
| author | EricFromCanada | 2017-02-23 12:09:01 -0500 | 
|---|---|---|
| committer | EricFromCanada | 2017-02-23 12:09:01 -0500 | 
| commit | 20bb0aae80efb62e1242dd7881dbb626d5bfe085 (patch) | |
| tree | 2627aa51ca51cd13afc0f7c14de5922b719a25fc /docs/Python-for-Formula-Authors.md | |
| parent | c7121f6be50e44784e3e29114617c29715bd9c0f (diff) | |
| download | brew-20bb0aae80efb62e1242dd7881dbb626d5bfe085.tar.bz2 | |
Fix broken or inactive URLs
Bare URLs are auto-linked on GitHub but not on docs.brew.sh, so I added
angle brackets around them where appropriate. Also converted
Markdown-linked URLs for clarity.
Diffstat (limited to 'docs/Python-for-Formula-Authors.md')
| -rw-r--r-- | docs/Python-for-Formula-Authors.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/Python-for-Formula-Authors.md b/docs/Python-for-Formula-Authors.md index 93830a6c7..f8a0e6963 100644 --- a/docs/Python-for-Formula-Authors.md +++ b/docs/Python-for-Formula-Authors.md @@ -213,7 +213,7 @@ Distribute (not to be confused with distutils) is an obsolete fork of setuptools  ## What is `--single-version-externally-managed`? -`--single-version-externally-managed` ("SVEM") is a setuptools-only [argument to setup.py install](https://pythonhosted.org/setuptools/setuptools.html#install-run-easy-install-or-old-style-installation). The primary effect of SVEM is to use distutils to perform the install instead of using setuptools' `easy_install`. +`--single-version-externally-managed` ("SVEM") is a setuptools-only [argument to setup.py install](http://setuptools.readthedocs.io/en/latest/setuptools.html?#install-run-easy-install-or-old-style-installation). The primary effect of SVEM is to use distutils to perform the install instead of using setuptools' `easy_install`.  `easy_install` does a few things that we need to avoid: | 
