From 8a135cca4e663ec649d9ef7643ffc2a10e91c781 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 28 Apr 2016 10:09:57 -0400 Subject: [1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master --- docs/intro/contributing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro') 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 -- cgit v1.3