From 422fab46ed35857ff815feb2f04b77df9335fdaa Mon Sep 17 00:00:00 2001 From: Sergio Gelato Date: Wed, 19 Sep 2018 12:10:27 -0300 Subject: [PATCH] Fix URLs to git.kernel.org repositories in README file Some of the URLs to repositories on git.kernel.org were out of date and non-functional. This commit replaces them with working alternatives. Signed-off-by: Sergio Gelato Signed-off-by: Mauro Carvalho Chehab --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 0809fbd..969abaf 100644 --- a/README +++ b/README @@ -167,14 +167,14 @@ The script requires a Kernel compiled with CONFIG_EDAC_DEBUG and a running EDAC driver. MCE error handling can use the MCE inject: - http://git.kernel.org/cgit/utils/cpu/mce/mce-inject.git + https://git.kernel.org/pub/scm/utils/cpu/mce/mce-inject.git For it to work, Kernel mce-inject module should be compiled and loaded. APEI error injection can use this tool: - https://git.kernel.org/cgit/linux/kernel/git/gong.chen/mce-test.git/ + https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git/ AER error injection can use this tool: - https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/ + https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/aer-inject.git/ SUBMITTING PATCHES ================== -- 2.50.1