Skip to content

Commit 589360b

Browse files
authored
Merge pull request Manishearth#221 from ComputerDruid/patch-1
Fix tester link
2 parents 11e669e + f927c02 commit 589360b

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
@@ -18,7 +18,7 @@ compiletest_rs = "*"
1818
```
1919

2020
By default, `compiletest-rs` should be able to run on both stable, beta and
21-
nightly channels of rust. We use the [`tester`](tester) fork of Rust's builtin
21+
nightly channels of rust. We use the [`tester`][tester] fork of Rust's builtin
2222
`test` crate, so that we don't have require nightly. If you are running nightly
2323
and want to use Rust's `test` crate directly, you need to have the rustc development
2424
libraries install (which you can get by running `rustup component add rustc-dev

0 commit comments

Comments
 (0)