summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2013-03-15 19:14:01 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2013-11-22 09:15:37 +0100
commit0bb05f6b9257b7ac99ee42fcf71b57823c67425b (patch)
tree10e199a8e4c556e50838cde554ec6c4a2c627d62 /docs
parented8814b24a18cecdeb2631281bceb2f8432a2546 (diff)
[1.5.x] Fix #20054: Removed links to modwsgi.org.
Backport of 957fcd0c9fc605bbb69e03296aede3b0bac5a8d2 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/deployment/wsgi/modwsgi.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt
index 99e17330d1..2cbcd8ce7e 100644
--- a/docs/howto/deployment/wsgi/modwsgi.txt
+++ b/docs/howto/deployment/wsgi/modwsgi.txt
@@ -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://www.modwsgi.org/
-.. _installation and configuration documentation: http://www.modwsgi.org/wiki/InstallationInstructions
+.. _official mod_wsgi documentation: http://code.google.com/p/modwsgi/
+.. _installation and configuration documentation: http://code.google.com/p/modwsgi/wiki/InstallationInstructions
Basic configuration
===================