aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
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/index.rst
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/index.rst')
-rw-r--r--docs/index.rst12
1 files changed, 6 insertions, 6 deletions
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
===