diff options
| author | Tim Graham <timograham@gmail.com> | 2016-04-28 10:09:57 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-28 10:09:57 -0400 |
| commit | f945fb24a31737c6625205a8cd90eabdf1c33584 (patch) | |
| tree | f37e44849c93569a87618f4946653772608d1039 /docs/howto/deployment | |
| parent | 0d8b523422fda71baa10807d5aebefd34bad7962 (diff) | |
Fixed #26554 -- Updated docs URLs to readthedocs.io
Diffstat (limited to 'docs/howto/deployment')
| -rw-r--r-- | docs/howto/deployment/checklist.txt | 2 | ||||
| -rw-r--r-- | docs/howto/deployment/wsgi/apache-auth.txt | 4 | ||||
| -rw-r--r-- | docs/howto/deployment/wsgi/modwsgi.txt | 8 | ||||
| -rw-r--r-- | docs/howto/deployment/wsgi/uwsgi.txt | 8 |
4 files changed, 11 insertions, 11 deletions
diff --git a/docs/howto/deployment/checklist.txt b/docs/howto/deployment/checklist.txt index 5effdb7072..fe3692bf06 100644 --- a/docs/howto/deployment/checklist.txt +++ b/docs/howto/deployment/checklist.txt @@ -233,7 +233,7 @@ See :doc:`/howto/error-reporting` for details on error reporting by email. Consider using an error monitoring system such as Sentry_ before your inbox is flooded by reports. Sentry can also aggregate logs. - .. _Sentry: https://sentry.readthedocs.org/en/latest/ + .. _Sentry: https://docs.getsentry.com/ Customize the default error views --------------------------------- diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt index e6fea98c85..ff84a3f433 100644 --- a/docs/howto/deployment/wsgi/apache-auth.txt +++ b/docs/howto/deployment/wsgi/apache-auth.txt @@ -97,8 +97,8 @@ Requests beginning with ``/secret/`` will now require a user to authenticate. The mod_wsgi `access control mechanisms documentation`_ provides additional details and information about alternative methods of authentication. -.. _Defining Application Groups: https://modwsgi.readthedocs.org/en/develop/user-guides/configuration-guidelines.html#defining-application-groups -.. _access control mechanisms documentation: https://modwsgi.readthedocs.org/en/develop/user-guides/access-control-mechanisms.html +.. _Defining Application Groups: https://modwsgi.readthedocs.io/en/develop/user-guides/configuration-guidelines.html#defining-application-groups +.. _access control mechanisms documentation: https://modwsgi.readthedocs.io/en/develop/user-guides/access-control-mechanisms.html Authorization with ``mod_wsgi`` and Django groups ------------------------------------------------- diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt index 96c7e48293..de02d3b367 100644 --- a/docs/howto/deployment/wsgi/modwsgi.txt +++ b/docs/howto/deployment/wsgi/modwsgi.txt @@ -18,8 +18,8 @@ The `official mod_wsgi documentation`_ is fantastic; it's your source for all the details about how to use mod_wsgi. You'll probably want to start with the `installation and configuration documentation`_. -.. _official mod_wsgi documentation: https://modwsgi.readthedocs.org/ -.. _installation and configuration documentation: https://modwsgi.readthedocs.org/en/develop/installation.html +.. _official mod_wsgi documentation: https://modwsgi.readthedocs.io/ +.. _installation and configuration documentation: https://modwsgi.readthedocs.io/en/develop/installation.html Basic configuration =================== @@ -139,7 +139,7 @@ to the configuration above: See the official mod_wsgi documentation for `details on setting up daemon mode`_. -.. _details on setting up daemon mode: https://modwsgi.readthedocs.org/en/develop/user-guides/quick-configuration-guide.html#delegation-to-daemon-process +.. _details on setting up daemon mode: https://modwsgi.readthedocs.io/en/develop/user-guides/quick-configuration-guide.html#delegation-to-daemon-process .. _serving-files: @@ -197,7 +197,7 @@ If you are using a version of Apache older than 2.4, replace .. More details on configuring a mod_wsgi site to serve static files can be found .. in the mod_wsgi documentation on `hosting static files`_. -.. _hosting static files: https://modwsgi.readthedocs.org/en/develop/user-guides/configuration-guidelines.html#hosting-of-static-files +.. _hosting static files: https://modwsgi.readthedocs.io/en/develop/user-guides/configuration-guidelines.html#hosting-of-static-files .. _serving-the-admin-files: diff --git a/docs/howto/deployment/wsgi/uwsgi.txt b/docs/howto/deployment/wsgi/uwsgi.txt index 666d735fa2..bf869a77b8 100644 --- a/docs/howto/deployment/wsgi/uwsgi.txt +++ b/docs/howto/deployment/wsgi/uwsgi.txt @@ -15,7 +15,7 @@ container server coded in pure C. possible deployment setup of many). The docs below are focused on how to integrate Django with uWSGI. - .. _tutorial: https://uwsgi.readthedocs.org/en/latest/tutorials/Django_and_nginx.html + .. _tutorial: https://uwsgi.readthedocs.io/en/latest/tutorials/Django_and_nginx.html Prerequisite: uWSGI =================== @@ -32,7 +32,7 @@ command. For example: # Or install LTS (long term support). $ pip install https://projects.unbit.it/downloads/uwsgi-lts.tar.gz -.. _installation procedures: http://uwsgi-docs.readthedocs.org/en/latest/Install.html +.. _installation procedures: https://uwsgi-docs.readthedocs.io/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: https://uwsgi.readthedocs.org/en/latest/Configuration.html +.. _configuration documentation: https://uwsgi.readthedocs.io/en/latest/Configuration.html .. _examples: https://projects.unbit.it/uwsgi/wiki/Example Here's an example command to start a uWSGI server:: @@ -122,4 +122,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://uwsgi-docs.readthedocs.org/en/latest/Management.html +.. _managing the uWSGI process: https://uwsgi-docs.readthedocs.io/en/latest/Management.html |
