From 7cc71cccecace63145d83b01eadf8a95c81ad3aa Mon Sep 17 00:00:00 2001 From: Anthony Plunkett Date: Mon, 28 May 2018 15:10:55 -0400 Subject: [PATCH] Set uwsgi link to use :ref: Fixes #2802 --- docs/deploying/wsgi-standalone.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/deploying/wsgi-standalone.rst b/docs/deploying/wsgi-standalone.rst index 5b0740a6..c95e197e 100644 --- a/docs/deploying/wsgi-standalone.rst +++ b/docs/deploying/wsgi-standalone.rst @@ -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 `. .. _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 -------