From d14db1165a5abfbdcaa302742b6f0ec8ca709917 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 23 Sep 2018 08:26:34 +0200 Subject: [PATCH] The project moved under the Mozilla umbrella --- src/doc/unstable-book/src/compiler-flags/profile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/unstable-book/src/compiler-flags/profile.md b/src/doc/unstable-book/src/compiler-flags/profile.md index 66d14fd0997..deef624802b 100644 --- a/src/doc/unstable-book/src/compiler-flags/profile.md +++ b/src/doc/unstable-book/src/compiler-flags/profile.md @@ -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). -- 2.44.0