diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2013-03-16 12:51:16 -0700 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2013-03-16 12:51:16 -0700 |
| commit | d7c83f25c7d0f78f0232ce23bf3f8783bc5c5294 (patch) | |
| tree | 0e430acc539b5e3d911d6bd81d7c03026c94c46f | |
| parent | 6880c1b8f29752f3dfd8aba63bd859f81f559030 (diff) | |
| parent | 957fcd0c9fc605bbb69e03296aede3b0bac5a8d2 (diff) | |
Merge pull request #906 from bmispelon/ticket-20054
Fix #20054: Removed links to modwsgi.org.
| -rw-r--r-- | docs/howto/deployment/wsgi/modwsgi.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt index ead04a4643..7749192358 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 =================== |
