We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2f9e66 + 5139865 commit 4720126Copy full SHA for 4720126
src/doc/unstable-book/src/compiler-flags/profile.md
@@ -18,4 +18,4 @@ cargo run
18
```
19
20
Once you've built and run your program, files with the `gcno` (after build) and `gcda` (after execution) extensions will be created.
21
-You can parse them with [llvm-cov gcov](http://llvm.org/docs/CommandGuide/llvm-cov.html#llvm-cov-gcov) or [grcov](https://github.com/marco-c/grcov).
+You can parse them with [llvm-cov gcov](https://llvm.org/docs/CommandGuide/llvm-cov.html#llvm-cov-gcov) or [grcov](https://github.com/mozilla/grcov).
0 commit comments