diff options
| author | Vladimir Rutsky <iamironbob@gmail.com> | 2014-12-07 00:49:59 +0300 |
|---|---|---|
| committer | Vladimir Rutsky <iamironbob@gmail.com> | 2014-12-07 00:49:59 +0300 |
| commit | 1a408e42eef34d8302da06fcbeaccfa6395d1c92 (patch) | |
| tree | bf319c10a61959a6c9749c1df7d3397c286004e8 /docs | |
| parent | 9f427617e4559012e1c2fd8fce46cbe225d8515d (diff) | |
Add missing dot
Diffstat (limited to 'docs')
| -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 4d58d9a237..0afb57b9bd 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 |
