diff options
| author | Claude Paroz <claude@2xlibre.net> | 2017-05-20 17:51:21 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2017-05-22 19:28:44 +0200 |
| commit | 01f658644a7ee7cbff4ee5626d5894e9049ee8d5 (patch) | |
| tree | c8875c6258b9e08c313d3562ca9e6e8b3544b5d8 /docs/howto/static-files | |
| parent | a3ba2662cdaa36183fdfb8a26dfa157e26fca76a (diff) | |
Updated various links in docs to avoid redirects
Thanks Tim Graham and Mariusz Felisiak for review and completion.
Diffstat (limited to 'docs/howto/static-files')
| -rw-r--r-- | docs/howto/static-files/deployment.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/howto/static-files/deployment.txt b/docs/howto/static-files/deployment.txt index 6c116f816f..94b7157a90 100644 --- a/docs/howto/static-files/deployment.txt +++ b/docs/howto/static-files/deployment.txt @@ -73,7 +73,7 @@ type of web server -- faster but less full-featured. Some common choices are: * Nginx_ * A stripped-down version of Apache_ -.. _Nginx: http://wiki.nginx.org/Main +.. _Nginx: https://nginx.org/en/ .. _Apache: https://httpd.apache.org/ Configuring these servers is out of scope of this document; check each @@ -142,8 +142,8 @@ as changing your :setting:`STATICFILES_STORAGE` setting. For details on how you'd write one of these backends, see :doc:`/howto/custom-file-storage`. There are 3rd party apps available that provide storage backends for many common file storage APIs. A good starting -point is the `overview at djangopackages.com -<https://www.djangopackages.com/grids/g/storage-backends/>`_. +point is the `overview at djangopackages.org +<https://djangopackages.org/grids/g/storage-backends/>`_. Learn more ========== |
