about summary refs log tree commit diff
path: root/src/libtest
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-02-14 02:41:16 +0100
committerGitHub <noreply@github.com>2019-02-14 02:41:16 +0100
commitaa896f30bb7f848b8becf54b614b8eadcef22a26 (patch)
tree77ca0b4d9c39d45e646d9264adda036cfeb8fb1e /src/libtest
parent93ecae63d89f66af6029a002b2269e6fb3687dd4 (diff)
parente7f8e63ed425cef77a9ad43e463b39009c1a495a (diff)
downloadrust-aa896f30bb7f848b8becf54b614b8eadcef22a26.tar.gz
rust-aa896f30bb7f848b8becf54b614b8eadcef22a26.zip
Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik
Convert old first edition links to current edition one

r? @steveklabnik
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 e753a74b925..5c7fb1b8044 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