Skip to content

Commit 4720126

Browse files
authored
Rollup merge of rust-lang#54498 - sylvestre:patch-1, r=frewsxcv
The project moved under the Mozilla umbrella
2 parents d2f9e66 + 5139865 commit 4720126

File tree

1 file changed

+1
-1
lines changed
  • src/doc/unstable-book/src/compiler-flags

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ cargo run
1818
```
1919

2020
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).
21+
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

Comments
 (0)