]> git.lizzy.rs Git - rust.git/commitdiff
The project moved under the Mozilla umbrella
authorSylvestre Ledru <s@mozilla.com>
Sun, 23 Sep 2018 06:26:34 +0000 (08:26 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Sep 2018 06:26:34 +0000 (08:26 +0200)
src/doc/unstable-book/src/compiler-flags/profile.md

index 66d14fd09978fb631ec7a8efecc143a38db0497c..deef624802bd391d76a48a4a304afa6821606003 100644 (file)
@@ -18,4 +18,4 @@ cargo run
 ```
 
 Once you've built and run your program, files with the `gcno` (after build) and `gcda` (after execution) extensions will be created.
-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](http://llvm.org/docs/CommandGuide/llvm-cov.html#llvm-cov-gcov) or [grcov](https://github.com/mozilla/grcov).