Skip to content

Commit 5ac7267

Browse files
pwoolcocPaul Woolcock
authored and
Paul Woolcock
committed
Fix link to source-based code coverage guide
When I searched for "rust code coverage", this blog post was the very first result in Google. The "Take a look at the guide" link, however, 404'd. I've found what I *think* is the best replacement link, but I'm happy to correct it if there is a better source of info.
1 parent 5708edc commit 5ac7267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2020-11-12-source-based-code-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ request].
6969

7070
[MCP]: https://github.com/rust-lang/compiler-team/issues/278
7171
[PRs]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+author%3Arichkadel+is%3Aclosed+closed%3A%3C2020-11-06
72-
[guide]: https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/source-based-code-coverage.html
72+
[guide]: https://doc.rust-lang.org/nightly/rustc/instrument-coverage.html
7373
[report them]: https://github.com/rust-lang/rust/issues/new/choose
7474
[Zulip stream]: https://rust-lang.zulipchat.com/#narrow/stream/233931-t-compiler.2Fmajor-changes/topic/Implement.20LLVM-compatible.20source-based.20cod.20compiler-team.23278
7575
[feature request]: https://github.com/rust-lang/rust/issues/34701

0 commit comments

Comments
 (0)