aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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
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')
-rw-r--r--docs/Makefile2
-rw-r--r--docs/index.rst12
2 files changed, 7 insertions, 7 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.
diff --git a/docs/index.rst b/docs/index.rst
index a3ff20a6..b6c27429 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -9,7 +9,7 @@ https://github.com/sosreport/sos/wiki
This project is hosted at:
-http://github.com/sosreport/sos
+https://github.com/sosreport/sos
For the latest version, to contribute, and for more information, please visit the project pages or join the mailing list.
@@ -37,7 +37,7 @@ Patches can be submitted via the mailing list or as GitHub pull requests. If usi
Documentation
=============
-User and API `documentation <http://sos.readthedocs.org/en/latest/index.html#>`_ is automatically generated using `Sphinx <http://sphinx-doc.org/>`_ and `Read the Docs <https://www.readthedocs.org/>`_.
+User and API `documentation <https://sos.readthedocs.org/en/latest/index.html>`_ is automatically generated using `Sphinx <https://www.sphinx-doc.org/>`_ and `Read the Docs <https://readthedocs.org/>`_.
Wiki
^^^^
@@ -69,13 +69,13 @@ Fedora/RHEL users install via yum:
``yum install sos``
-Debian(Sid) users install via apt:
+Debian users install via apt:
-``apt-get install sosreport``
+``apt install sosreport``
-Ubuntu(Saucy 13.10 and above) users install via apt:
+Ubuntu (14.04 LTS and above) users install via apt:
-``sudo apt-get install sosreport``
+``sudo apt install sosreport``
API
===