diff options
author | Alexander A. Klimov <grandmaster@al2klimov.de> | 2020-07-13 20:15:25 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2020-07-28 11:22:08 +0200 |
commit | 693a06543379709a7c20a9a6d04f005cf00572f9 (patch) | |
tree | 70eb5f47b041f51c58bfc060acf0f90f2243feda /arch/parisc | |
parent | 961b658fea67b56af14b531ed6e9743d2fb38152 (diff) | |
download | linux-stable-693a06543379709a7c20a9a6d04f005cf00572f9.tar.gz linux-stable-693a06543379709a7c20a9a6d04f005cf00572f9.tar.bz2 linux-stable-693a06543379709a7c20a9a6d04f005cf00572f9.zip |
parisc: Replace HTTP links with HTTPS ones
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.
Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 8e4c3708773d..c2454c153a6c 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -285,7 +285,7 @@ config SMP On a uniprocessor machine, the kernel will run faster if you say N. See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO - available at <http://www.tldp.org/docs.html#howto>. + available at <https://www.tldp.org/docs.html#howto>. If you don't know what to do here, say N. |