summaryrefslogtreecommitdiff
path: root/src/libtest
diff options
context:
space:
mode:
authorLzu Tao <taolzu@gmail.com>2019-01-23 03:55:37 +0000
committerLzu Tao <taolzu@gmail.com>2019-02-13 14:39:25 +0000
commite7f8e63ed425cef77a9ad43e463b39009c1a495a (patch)
tree5169884b24613e1704048cf150f8eb081a3ee505 /src/libtest
parent6bba352cad2117f56353d400f71e96eafa2e6bd7 (diff)
downloadrust-e7f8e63ed425cef77a9ad43e463b39009c1a495a.tar.gz
Convert old doc links to current edition
Use footnote style to bypass the tidy check
Diffstat (limited to 'src/libtest')
-rw-r--r--src/libtest/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs
index 2cc80ddea2d..d93f8b495d5 100644
--- a/src/libtest/lib.rs
+++ b/src/libtest/lib.rs
@@ -6,7 +6,7 @@
//! benchmarks themselves) should be done via the `#[test]` and
//! `#[bench]` attributes.
//!
-//! See the [Testing Chapter](../book/first-edition/testing.html) of the book for more details.
+//! See the [Testing Chapter](../book/ch11-00-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