]> git.lizzy.rs Git - rust.git/commitdiff
and llvm has https now
authorSylvestre Ledru <sledru@mozilla.com>
Sun, 23 Sep 2018 06:27:39 +0000 (08:27 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Sep 2018 06:27:39 +0000 (08:27 +0200)
src/doc/unstable-book/src/compiler-flags/profile.md

index deef624802bd391d76a48a4a304afa6821606003..452aca51532c96da55dc58e5b649122aa1c3cb01 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/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).