From aa0756159b526f426f8214cbc62419e54473c925 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 10 Nov 2020 15:00:15 +0100 Subject: maintaining.html: Use https:// location of Linus's tree (rather than git://) Signed-off-by: Michael Kerrisk --- maintaining.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintaining.html b/maintaining.html index 86dae4d..e72c235 100644 --- a/maintaining.html +++ b/maintaining.html @@ -150,7 +150,7 @@ Maintaining Linux man-pages You can get a copy of Linus' Git tree (i.e., the current development tree) using this command: -
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux
+
$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Thereafter, just update the copy using git pull.

-- cgit v1.2.3