diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-12-08 18:39:26 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-12-08 18:48:30 +0100 |
| commit | ef9832f148d72cd8a32c9398d8dd8600d30f0ab8 (patch) | |
| tree | cd847e5bbbb45f767a19b6dfb9406f5546803bca /docs/howto/deployment/wsgi/uwsgi.txt | |
| parent | 45c0d2e1ce0fe024e4a80c9dde8263f5ff59d577 (diff) | |
[1.6.x] Updated a bunch of hyperlinks in documentation
Backport of 626bdf648 from master.
Diffstat (limited to 'docs/howto/deployment/wsgi/uwsgi.txt')
| -rw-r--r-- | docs/howto/deployment/wsgi/uwsgi.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index 59dddda418..47f1e7a61d 100644 --- a/docs/howto/deployment/wsgi/uwsgi.txt +++ b/docs/howto/deployment/wsgi/uwsgi.txt @@ -32,7 +32,7 @@ command. For example: # Or install LTS (long term support). $ sudo pip install http://projects.unbit.it/downloads/uwsgi-lts.tar.gz -.. _installation procedures: http://projects.unbit.it/uwsgi/wiki/Install +.. _installation procedures: http://uwsgi-docs.readthedocs.org/en/latest/Install.html .. warning:: @@ -58,7 +58,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: http://projects.unbit.it/uwsgi/wiki/Doc +.. _configuration documentation: https://uwsgi.readthedocs.org/en/latest/Configuration.html .. _examples: http://projects.unbit.it/uwsgi/wiki/Example Here's an example command to start a uWSGI server:: @@ -111,4 +111,4 @@ Example ini configuration file usage:: See the uWSGI docs on `managing the uWSGI process`_ for information on starting, stopping and reloading the uWSGI workers. -.. _managing the uWSGI process: http://projects.unbit.it/uwsgi/wiki/Management +.. _managing the uWSGI process: http://uwsgi-docs.readthedocs.org/en/latest/Management.html |
