From 31e75d47494656a2ba62e19b3e3861273ea7e2bc Mon Sep 17 00:00:00 2001 From: Wang Xuerui Date: Mon, 30 Dec 2013 17:50:23 +0800 Subject: [PATCH] docs: Fix broken reference to pip development docs --- docs/virtualenv.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/virtualenv.rst b/docs/virtualenv.rst index 6b36b30c6..c0e725f8a 100644 --- a/docs/virtualenv.rst +++ b/docs/virtualenv.rst @@ -509,7 +509,7 @@ deployment use one of these tools. Contributing ------------ -Refer to the `contributing to pip`_ documentation - it applies equally to +Refer to the `pip development`_ documentation - it applies equally to virtualenv, except that virtualenv issues should filed on the `virtualenv repo`_ at GitHub. @@ -524,7 +524,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. -.. _contributing to pip: http://www.pip-installer.org/en/latest/contributing.html +.. _pip development: http://www.pip-installer.org/en/latest/development.html .. _virtualenv repo: https://github.com/pypa/virtualenv/ Running the tests