diff options
| author | Daniel Musketa <daniel@musketa.de> | 2016-11-21 16:38:30 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-22 08:37:34 -0500 |
| commit | 0acb83b86ef412d9cef5651a5cd854d3ec34b95e (patch) | |
| tree | 4bb81643b746f37118e05818f414c7c0fa8b9f26 /docs/intro | |
| parent | 59ea6fd686c20aa189f0d75202d2df601c687b1c (diff) | |
[1.10.x] Updated doc links to virtualenv website.
Backport of 66505b72c58099ded7420a7f90792d5bdf48ff01 from master
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/reusable-apps.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt index 32752bbfbd..6901766047 100644 --- a/docs/intro/reusable-apps.txt +++ b/docs/intro/reusable-apps.txt @@ -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. |
