Updated doc links to virtualenv website.

This commit is contained in:
Daniel Musketa 2016-11-21 16:38:30 +01:00 committed by Tim Graham
parent 51eaff6d35
commit 66505b72c5
5 changed files with 5 additions and 5 deletions

View file

@ -321,6 +321,6 @@ disadvantages:
Typically, these situations only arise once you're maintaining several Django
projects. When they do, the best solution is to use `virtualenv
<http://www.virtualenv.org/>`_. This tool allows you to maintain multiple
<https://virtualenv.pypa.io/>`_. This tool allows you to maintain multiple
isolated Python environments, each with its own copy of the libraries and
package namespace.