1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00

Merge pull request #3702 from rutsky/patch-1

Add missing dot
This commit is contained in:
Marc Tamlyn 2014-12-07 13:02:17 +00:00
commit 7d833ee38a

View File

@ -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