summaryrefslogtreecommitdiff
path: root/docs/howto/deployment
diff options
context:
space:
mode:
authorDaniel Musketa <daniel@musketa.de>2016-11-21 16:38:30 +0100
committerTim Graham <timograham@gmail.com>2016-11-22 08:36:41 -0500
commit66505b72c58099ded7420a7f90792d5bdf48ff01 (patch)
treeca3acb8a878c660b76361095b9b6e80f635a5b3b /docs/howto/deployment
parent51eaff6d359065cbf790a649ca2061581af23711 (diff)
Updated doc links to virtualenv website.
Diffstat (limited to 'docs/howto/deployment')
-rw-r--r--docs/howto/deployment/wsgi/modwsgi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt
index de02d3b367..9b1b042308 100644
--- a/docs/howto/deployment/wsgi/modwsgi.txt
+++ b/docs/howto/deployment/wsgi/modwsgi.txt
@@ -108,7 +108,7 @@ string to ``WSGIPythonPath`` must be quoted:
Make sure you give the correct path to your virtualenv, and replace
``python3.X`` with the correct Python version (e.g. ``python3.4``).
-.. _virtualenv: http://www.virtualenv.org
+.. _virtualenv: https://virtualenv.pypa.io/
.. _daemon-mode: