]> git.lizzy.rs Git - rust.git/commitdiff
Fix stale doc link (guide -> book)
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 1 Feb 2015 22:15:52 +0000 (03:45 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 1 Feb 2015 22:15:52 +0000 (03:45 +0530)
src/libtest/lib.rs

index f22c58c54a6851a00cff14575b378ef1225b86f4..1bb841120c7ce74d0a479aaf6170dec6592d2484 100644 (file)
@@ -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