Skip to content

Commit 8d57f8c

Browse files
committed
Fix stale doc link (guide -> book)
1 parent c2bda2a commit 8d57f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! benchmarks themselves) should be done via the `#[test]` and
1717
//! `#[bench]` attributes.
1818
//!
19-
//! See the [Testing Guide](../guide-testing.html) for more details.
19+
//! See the [Testing Chapter](../book/testing.html) of the book for more details.
2020
2121
// Currently, not much of this is meant for users. It is intended to
2222
// support the simplest interface possible for representing and

0 commit comments

Comments
 (0)