]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
Fix URLs to git.kernel.org repositories in README file
authorSergio Gelato <Sergio.Gelato@astro.su.se>
Wed, 19 Sep 2018 15:10:27 +0000 (12:10 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 4 Sep 2019 23:50:57 +0000 (20:50 -0300)
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 <Sergio.Gelato@astro.su.se>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
README

diff --git a/README b/README
index 0809fbd9b31eaee0934ad5f52d2a4d692ceda597..969abaf17dcbdc43fc4d209697f5c749665d7534 100644 (file)
--- 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
 ==================