aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorMikel Olasagasti Uranga <mikel@olasagasti.info>2019-10-12 18:40:23 +0200
committerBryn M. Reeves <bmr@redhat.com>2019-10-14 14:36:54 +0100
commitb76bf6fc58de8c9c6103a47d07fc0a1fd0bf71ef (patch)
tree8e7f877110183fac5c92c5bcdd40e97cb4a4a3bb /docs/Makefile
parentfe245e86d6ace469b254b6dae397611858866605 (diff)
downloadsos-b76bf6fc58de8c9c6103a47d07fc0a1fd0bf71ef.tar.gz
[doc] update documentation URLs to use HTTPS
Related: #1829 Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info> Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 4b5d4972..1270045d 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -10,7 +10,7 @@ DOCDESTDIR = ${DESTDIR}/usr/share/doc/sos
# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
-$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
+$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from https://www.sphinx-doc.org/)
endif
# Internal variables.