diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-16 11:06:05 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-09-16 11:06:05 -0400 |
| commit | 91b6f64cf48efc9ad55e6036ebcf6e8554c7968f (patch) | |
| tree | 7d6c8c4feb70dd6b8c4080afdf338481a561d674 | |
| parent | 73503dfd7476752d0a0ebffc9a7205ef1b22f751 (diff) | |
| download | external_python_setuptools-91b6f64cf48efc9ad55e6036ebcf6e8554c7968f.tar.gz external_python_setuptools-91b6f64cf48efc9ad55e6036ebcf6e8554c7968f.tar.bz2 external_python_setuptools-91b6f64cf48efc9ad55e6036ebcf6e8554c7968f.zip | |
Fix other broken references due to moving changelog
| -rw-r--r-- | CHANGES.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index fd42a6b5..5c673a74 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3821,8 +3821,8 @@ easy_install * EasyInstall now handles symlinks in target directories by removing the link, rather than attempting to overwrite the link's destination. This makes it - easier to set up an alternate Python "home" directory (as described above in - the `Non-Root Installation`_ section). + easier to set up an alternate Python "home" directory (as described in + the Non-Root Installation section of the docs). * Added support for handling MacOS platform information in ``.egg`` filenames, based on a contribution by Kevin Dangoor. You may wish to delete and @@ -3858,8 +3858,8 @@ easy_install i.e., all non-alphanumeric runs must be condensed to single underscore characters. - * Added the ``--editable`` option; see `Editing and Viewing Source Packages`_ - above for more info. Also, slightly changed the behavior of the + * Added the ``--editable`` option; see Editing and Viewing Source Packages + in the docs. Also, slightly changed the behavior of the ``--build-directory`` option. * Fixed the setup script sandbox facility not recognizing certain paths as |
