diff options
| author | Vladimir Rutsky <iamironbob@gmail.com> | 2014-12-07 00:49:59 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-07 12:26:26 -0500 |
| commit | 43c55a7d4e24b34ec3032ca54d567e73870852d0 (patch) | |
| tree | 57985b0f1c4da47c5006d907fb85308efdb24b98 | |
| parent | e24ec760f11807c974277a89491b25bbafcef401 (diff) | |
[1.6.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.
Backport of 1a408e42eef34d8302da06fcbeaccfa6395d1c92 from master
| -rw-r--r-- | docs/howto/deployment/wsgi/uwsgi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index 47f1e7a61d..8263e10a9d 100644 --- a/docs/howto/deployment/wsgi/uwsgi.txt +++ b/docs/howto/deployment/wsgi/uwsgi.txt @@ -56,7 +56,7 @@ Configuring and starting the uWSGI server for Django ---------------------------------------------------- uWSGI supports multiple ways to configure the process. See uWSGI's -`configuration documentation`_ and `examples`_ +`configuration documentation`_ and `examples`_. .. _configuration documentation: https://uwsgi.readthedocs.org/en/latest/Configuration.html .. _examples: http://projects.unbit.it/uwsgi/wiki/Example |
