summaryrefslogtreecommitdiff
path: root/docs/howto/static-files/deployment.txt
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2015-11-29 08:29:46 -0800
committerTim Graham <timograham@gmail.com>2015-12-01 08:01:34 -0500
commit7aabd6238028f4bb78d0687bbccc97bcf634e28b (patch)
tree8bf67912d9154f1420574c9f22bc75d9fe2f2de0 /docs/howto/static-files/deployment.txt
parent51a37213721e5689f17809990a9e7c38f1c8baf8 (diff)
Fixed #25778 -- Updated docs links to use https when available.
Diffstat (limited to 'docs/howto/static-files/deployment.txt')
-rw-r--r--docs/howto/static-files/deployment.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/static-files/deployment.txt b/docs/howto/static-files/deployment.txt
index a88403fda8..396c8c85c0 100644
--- a/docs/howto/static-files/deployment.txt
+++ b/docs/howto/static-files/deployment.txt
@@ -74,7 +74,7 @@ type of web server -- faster but less full-featured. Some common choices are:
* A stripped-down version of Apache_
.. _Nginx: http://wiki.nginx.org/Main
-.. _Apache: http://httpd.apache.org/
+.. _Apache: https://httpd.apache.org/
Configuring these servers is out of scope of this document; check each
server's respective documentation for instructions.