From 8d57f8c0a04e1afa7c13b75137c658b6048f7d8b Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 2 Feb 2015 03:45:52 +0530 Subject: [PATCH] Fix stale doc link (guide -> book) --- src/libtest/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index f22c58c54a68..1bb841120c7c 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -16,7 +16,7 @@ //! benchmarks themselves) should be done via the `#[test]` and //! `#[bench]` attributes. //! -//! See the [Testing Guide](../guide-testing.html) for more details. +//! See the [Testing Chapter](../book/testing.html) of the book for more details. // Currently, not much of this is meant for users. It is intended to // support the simplest interface possible for representing and