aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-21 18:38:18 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2020-07-25 23:18:48 +0200
commit22d46dedcc943b488d70d3d8a9b1962bb4139a13 (patch)
treee881d3ca58e1cf8f566409c53d72feb6d18d45ef
parentc86d5859ba0b8ae6a960faf45dc519fdaa6b36d3 (diff)
downloadsparse-22d46dedcc943b488d70d3d8a9b1962bb4139a13.tar.gz
doc: use https URLs
Use 'https' instead of 'http' for pages needing some level of trust. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
-rw-r--r--Documentation/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst
index 737f4423..1ea87ae5 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -26,7 +26,7 @@ Getting Sparse
--------------
You can find tarballs of released versions of Sparse at
-http://www.kernel.org/pub/software/devel/sparse/dist/.
+https://www.kernel.org/pub/software/devel/sparse/dist/.
The most recent version can be obtained directly from the Git
repository with the command::
@@ -61,7 +61,7 @@ To subscribe to the list, send an email with
``subscribe linux-sparse`` in the body to ``majordomo@vger.kernel.org``.
Bugs can also be reported and tracked via the Linux kernel's bugzilla:
-http://bugzilla.kernel.org/enter_bug.cgi?component=Sparse&product=Tools.
+https://bugzilla.kernel.org/enter_bug.cgi?component=Sparse&product=Tools.
User documentation
------------------