Skip to content

Commit a6a4461

Browse files
committed
Fix links in ch11-01
1 parent f11b52c commit a6a4461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch11-01-writing-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Benchmark tests are, as of this writing, only available in nightly Rust. See
189189
ベンチマークテストは、本書記述の時点では、nightly版のRustでのみ利用可能です。
190190
詳しくは、[ベンチマークテストのドキュメンテーション][bench]を参照されたし。
191191

192-
[bench]: ../unstable-book/library-features/test.html
192+
[bench]: https://doc.rust-lang.org/unstable-book/library-features/test.html
193193

194194
<!--
195195
The next part of the test output, which starts with `Doc-tests adder`, is for

0 commit comments

Comments
 (0)