Skip to content

Commit 79fc8e5

Browse files
authored
Merge pull request pallets#2806 from doobeh/uwsgi_doc_fix
Set uwsgi link to use :ref:
2 parents d22491a + 7cc71cc commit 79fc8e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/deploying/wsgi-standalone.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ Running `uWSGI HTTP Router`_::
3737

3838
uwsgi --http 127.0.0.1:5000 --module myproject:app
3939

40-
For a more optimized setup, see `configuring uWSGI and NGINX`_.
40+
For a more optimized setup, see :ref:`configuring uWSGI and NGINX <deploying-uwsgi>`.
4141

4242
.. _uWSGI: http://uwsgi-docs.readthedocs.io/en/latest/
4343
.. _uWSGI HTTP Router: http://uwsgi-docs.readthedocs.io/en/latest/HTTP.html#the-uwsgi-http-https-router
44-
.. _configuring uWSGI and NGINX: uwsgi.html#starting-your-app-with-uwsgi
4544

4645
Gevent
4746
-------

0 commit comments

Comments
 (0)