Fix broken cross-references; use :doc: tags where necessary

This commit is contained in:
Justin W. Flory 2018-07-11 09:49:18 -05:00
parent 72dfb67828
commit e771016a5b
No known key found for this signature in database
GPG key ID: 3AA2DC1FF6ABF0B6
3 changed files with 17 additions and 17 deletions

View file

@ -4,10 +4,10 @@ FastCGI
=======
FastCGI is a deployment option on servers like `nginx`_, `lighttpd`_, and
`cherokee`_; see :ref:`deploying-uwsgi` and :ref:`deploying-wsgi-standalone`
for other options. To use your WSGI application with any of them you will need
a FastCGI server first. The most popular one is `flup`_ which we will use for
this guide. Make sure to have it installed to follow along.
`cherokee`_; see :doc:`uwsgi` and :doc:`wsgi-standalone` for other options. To
use your WSGI application with any of them you will need a FastCGI server first.
The most popular one is `flup`_ which we will use for this guide. Make sure to
have it installed to follow along.
.. admonition:: Watch Out