Skip to content

Commit d260f61

Browse files
matttbeJonathan Corbet
authored andcommitted
docs: gcov: fix link to LCOV website
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 [1] Link: linux-test-project/lcov@6da8399c7a7a [2] 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
1 parent f62da55 commit d260f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/dev-tools/gcov.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Possible uses:
2323
associated code is never run?)
2424

2525
.. _gcov: https://gcc.gnu.org/onlinedocs/gcc/Gcov.html
26-
.. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
26+
.. _lcov: https://github.com/linux-test-project/lcov
2727

2828

2929
Preparation

0 commit comments

Comments
 (0)