summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorMaxime Lorant <maxime.lorant@gmail.com>2015-09-03 23:23:08 +0200
committerTim Graham <timograham@gmail.com>2015-09-04 08:18:22 -0400
commit7dabaa8ee33a97558486905f18e8cb5cd357d7da (patch)
tree72400d8af1649678b66fb807d8bfc67571ebaefe /docs/howto
parent64410a09dab7a6abfce02f4c60805f462825488b (diff)
[1.8.x] Refs #25345 -- Updated links to code.google.com.
Backport of c92cd22d02349b73d169a3a2ff3b6fe7a54bfb0c from master
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/deployment/wsgi/modwsgi.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt
index 4e7d627b31..689effba17 100644
--- a/docs/howto/deployment/wsgi/modwsgi.txt
+++ b/docs/howto/deployment/wsgi/modwsgi.txt
@@ -6,7 +6,7 @@ Deploying Django with Apache_ and `mod_wsgi`_ is a tried and tested way to get
Django into production.
.. _Apache: http://httpd.apache.org/
-.. _mod_wsgi: http://code.google.com/p/modwsgi/
+.. _mod_wsgi: http://www.modwsgi.org/
mod_wsgi is an Apache module which can host any Python WSGI_ application,
including Django. Django will work with any version of Apache which supports
@@ -18,8 +18,8 @@ The `official mod_wsgi documentation`_ is fantastic; it's your source for all
the details about how to use mod_wsgi. You'll probably want to start with the
`installation and configuration documentation`_.
-.. _official mod_wsgi documentation: http://code.google.com/p/modwsgi/
-.. _installation and configuration documentation: http://code.google.com/p/modwsgi/wiki/InstallationInstructions
+.. _official mod_wsgi documentation: http://modwsgi.readthedocs.org/
+.. _installation and configuration documentation: http://modwsgi.readthedocs.org/en/develop/installation.html
Basic configuration
===================