diff options
author | Michael Heimpold <michael.heimpold@i2se.com> | 2017-05-11 10:13:44 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-05-11 11:52:52 -0600 |
commit | 25a0da73f24c95d57381bedd9cd89e4929b1bfde (patch) | |
tree | 5c9901eb954166f29b189a5051869fc9727895ab | |
parent | 0fe397f0c65d478eea3798ac361736fd91da7022 (diff) | |
download | linux-stable-25a0da73f24c95d57381bedd9cd89e4929b1bfde.tar.gz linux-stable-25a0da73f24c95d57381bedd9cd89e4929b1bfde.tar.bz2 linux-stable-25a0da73f24c95d57381bedd9cd89e4929b1bfde.zip |
doc: replace FTP URL to kernel.org with HTTPS one
FTP services were shutdown some weeks ago, so the FTP URL
does not work anymore. Fix this by replacing it with
corresponding HTTPS URL.
Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/admin-guide/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst index 02f639aab06e..b96e80f79e85 100644 --- a/Documentation/admin-guide/README.rst +++ b/Documentation/admin-guide/README.rst @@ -362,7 +362,7 @@ If something goes wrong as is, otherwise you will have to use the ``ksymoops`` program to make sense of the dump (but compiling with CONFIG_KALLSYMS is usually preferred). This utility can be downloaded from - ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops/ . + https://www.kernel.org/pub/linux/utils/kernel/ksymoops/ . Alternatively, you can do the dump lookup by hand: - In debugging dumps like the above, it helps enormously if you can |