diff options
| author | Tim Graham <timograham@gmail.com> | 2017-06-20 07:35:55 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-20 07:36:24 -0400 |
| commit | a4c9eada2b4f2365cde99ad7444d8c549f4b3849 (patch) | |
| tree | f75470e8448cd9139faecba9851ac5bcfd76620c /docs | |
| parent | 712ce47e1a55f7ebd96ac64201a4817ae4743216 (diff) | |
[1.11.x] Fixed #28327 -- Removed contradictory description of mod_wsgi docs.
Backport of 2503ad51549ffa60468b80b9c99d3e54c744be4f from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/deployment/wsgi/modwsgi.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt index b6e0fd154b..217a3c7709 100644 --- a/docs/howto/deployment/wsgi/modwsgi.txt +++ b/docs/howto/deployment/wsgi/modwsgi.txt @@ -14,9 +14,9 @@ mod_wsgi. .. _WSGI: http://www.wsgi.org -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`_. +The `official mod_wsgi documentation`_ is 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: https://modwsgi.readthedocs.io/ .. _installation and configuration documentation: https://modwsgi.readthedocs.io/en/develop/installation.html |
