summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-11-10 15:00:15 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-11-10 15:00:15 +0100
commitaa0756159b526f426f8214cbc62419e54473c925 (patch)
treeee16c527e1928168140f1f5638414185ae06f8af
parentae3ab38bc73e585e7f52da3b41c60640bc7966ed (diff)
downloadwebsite-aa0756159b526f426f8214cbc62419e54473c925.tar.gz
maintaining.html: Use https:// location of Linus's tree (rather than git://)v2020-11-10
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--maintaining.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintaining.html b/maintaining.html
index 86dae4d..e72c235 100644
--- a/maintaining.html
+++ b/maintaining.html
@@ -150,7 +150,7 @@ Maintaining Linux <em>man-pages</em>
You can get a copy of Linus' Git tree (i.e., the current development tree)
using this command:
<!-- https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ -->
- <pre class="shell">$ <strong>git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux</strong></pre>
+ <pre class="shell">$ <strong>git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git</strong></pre>
Thereafter, just update the copy using <span class="func">git pull</span>.
</p>