projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f62da55
)
docs: gcov: fix link to LCOV website
author
Matthieu Baerts (NGI0)
<matttbe@kernel.org>
Thu, 26 Sep 2024 13:09:58 +0000
(15:09 +0200)
committer
Jonathan Corbet
<corbet@lwn.net>
Mon, 7 Oct 2024 17:50:54 +0000
(11:50 -0600)
The previous website hosted on SourceForge is no longer available since
January 2024 according to archive.org [1].
It looks like the website has been officially moved to GitHub in June
2022 [2]. Best to redirect readers to the new location then.
Link:
https://web.archive.org/web/20240105235756/https://ltp.sourceforge.net/coverage/lcov.php
Link:
https://github.com/linux-test-project/lcov/commit/6da8399c7a7a
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Acked-by: Peter Oberparleiter <oberpar@linux.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link:
https://lore.kernel.org/r/20240926-doc-fix-lcov-link-v1-1-46f250cb7173@kernel.org
Documentation/dev-tools/gcov.rst
patch
|
blob
|
history
diff --git
a/Documentation/dev-tools/gcov.rst
b/Documentation/dev-tools/gcov.rst
index
dbd26b0
..
075df6a
100644
(file)
--- a/
Documentation/dev-tools/gcov.rst
+++ b/
Documentation/dev-tools/gcov.rst
@@
-23,7
+23,7
@@
Possible uses:
associated code is never run?)
.. _gcov: https://gcc.gnu.org/onlinedocs/gcc/Gcov.html
-.. _lcov: http
://ltp.sourceforge.net/coverage/lcov.php
+.. _lcov: http
s://github.com/linux-test-project/lcov
Preparation