From 1a408e42eef34d8302da06fcbeaccfa6395d1c92 Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Sun, 7 Dec 2014 00:49:59 +0300 Subject: [PATCH] Add missing dot --- docs/howto/deployment/wsgi/uwsgi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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