Skip to content

Commit cf9d77d

Browse files
committed
Auto merge of #1787 - DianaNites:patch-1, r=RalfJung
Fix broken self-link
2 parents bdce1dd + 67ec0a5 commit cf9d77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ doesn't expose any environment to the program, so running
164164
`RUST_BACKTRACE=1 cargo miri test` will not do what you expect.
165165

166166
To get a backtrace, you need to disable isolation
167-
[using `-Zmiri-disable-isolation`](#miri-flags):
167+
[using `-Zmiri-disable-isolation`][miri-flags]:
168168

169169
```sh
170170
RUST_BACKTRACE=1 MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test

0 commit comments

Comments
 (0)