summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-04-28 10:09:57 -0400
committerTim Graham <timograham@gmail.com>2016-04-28 10:15:23 -0400
commit8a135cca4e663ec649d9ef7643ffc2a10e91c781 (patch)
tree57a071328f708dd1267471e213aea3544f9c636b /docs/intro
parent472c54084b30b9b8483ef9f9c068362bc21894f8 (diff)
[1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io
Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/contributing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index 1c6d321375..ab183896ae 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -188,7 +188,7 @@ If the ``source`` command is not available, you can try using a dot instead:
You have to activate the virtualenv whenever you open a new terminal window.
virtualenvwrapper__ is a useful tool for making this more convenient.
-__ https://virtualenvwrapper.readthedocs.org/en/latest/
+__ https://virtualenvwrapper.readthedocs.io/en/latest/
Anything you install through ``pip`` from now on will be installed in your new
virtualenv, isolated from other environments and system-wide packages. Also, the