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.
1 parent d14db11 commit 5139865Copy full SHA for 5139865
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/mozilla/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