diff options
author | Andrii Bordunov <andrew.bordunov@gmail.com> | 2017-08-13 23:43:43 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-08-24 13:39:47 -0600 |
commit | c1aa3871fa0f676559f6d0cb6941e5f4ce7de306 (patch) | |
tree | 0f0218830753a06b095b8aef01ae1fa8b11aec19 /Documentation/process | |
parent | 68a1e349cecf4e24531cba0f1545a436fa18ee51 (diff) | |
download | linux-stable-c1aa3871fa0f676559f6d0cb6941e5f4ce7de306.tar.gz |
Documentation: stable-kernel-rules: fix broken git urls
git.kernel.org links don't work (fatal: repository ... not found).
Update them with the current style from https://git.kernel.org
There is no HTTP option, so also switch HTTP -> HTTPS.
Signed-off-by: Andrii Bordunov <andrew.bordunov@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/stable-kernel-rules.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst index 61e9c78bd6d1..36a2dded525b 100644 --- a/Documentation/process/stable-kernel-rules.rst +++ b/Documentation/process/stable-kernel-rules.rst @@ -166,12 +166,12 @@ Trees - The queues of patches, for both completed versions and in progress versions can be found at: - http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git + https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git - The finalized and tagged releases of all stable kernels can be found in separate branches per version at: - http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git + https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git Review committee |