diff options
author | nonylene <cookie.speaker@gmail.com> | 2017-06-08 05:42:50 +0900 |
---|---|---|
committer | Xavier Fernandez <xav.fernandez@gmail.com> | 2017-10-07 21:58:04 +0200 |
commit | 228f4bf9ddadaa036674ecc734b08bc34a7eca2b (patch) | |
tree | 967eb95b84851e3f8efa030455ba1e6e26593ae6 | |
parent | f63a574282ecc47f5b6bf72ec329e40db0f4fbb2 (diff) | |
download | virtualenv-228f4bf9ddadaa036674ecc734b08bc34a7eca2b.tar.gz |
development.rst: Fix broken link
-rw-r--r-- | docs/development.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development.rst b/docs/development.rst index aba2785..f51a268 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -19,7 +19,7 @@ changes any file in `virtualenv_embedded/`, run `bin/rebuild-script.py` to update the embedded version of that file in `virtualenv.py`; commit that and submit it as part of your patch / pull request. -.. _pip development: http://www.pip-installer.org/en/latest/development.html +.. _pip development: https://pip.pypa.io/en/latest/development/ .. _virtualenv repo: https://github.com/pypa/virtualenv/ Running the tests |