Fixed #26554 -- Updated docs URLs to readthedocs.io

This commit is contained in:
Tim Graham 2016-04-28 10:09:57 -04:00
parent 0d8b523422
commit f945fb24a3
20 changed files with 33 additions and 33 deletions

View file

@ -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