Merge pull request #2806 from doobeh/uwsgi_doc_fix

Set uwsgi link to use :ref:
This commit is contained in:
David Lord 2018-05-28 12:25:06 -07:00 committed by GitHub
commit 79fc8e5c31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,11 +37,10 @@ Running `uWSGI HTTP Router`_::
uwsgi --http 127.0.0.1:5000 --module myproject:app
For a more optimized setup, see `configuring uWSGI and NGINX`_.
For a more optimized setup, see :ref:`configuring uWSGI and NGINX <deploying-uwsgi>`.
.. _uWSGI: http://uwsgi-docs.readthedocs.io/en/latest/
.. _uWSGI HTTP Router: http://uwsgi-docs.readthedocs.io/en/latest/HTTP.html#the-uwsgi-http-https-router
.. _configuring uWSGI and NGINX: uwsgi.html#starting-your-app-with-uwsgi
Gevent
-------