Skip to content

Commit 39e83c1

Browse files
committed
fix broken link in coverage tools docs
1 parent 90ca447 commit 39e83c1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/doc/rustc/src/instrument-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ $ llvm-cov show -Xdemangler=rustfilt target/debug/examples/formatjson5 \
145145
-name=add_quoted_string
146146
```
147147

148-
<img alt="Screenshot of sample `llvm-cov show` result, for function add_quoted_string" src="img/llvm-cov-show-01.png" class="center"/>
148+
<img alt="Screenshot of sample `llvm-cov show` result, for function add_quoted_string" src="images/llvm-cov-show-01.png" class="center"/>
149149
<br/>
150150
<br/>
151151

0 commit comments

Comments
 (0)