diff options
| author | Wonwoo Choi <chwo9843@gmail.com> | 2017-06-13 01:30:08 +0900 |
|---|---|---|
| committer | Wonwoo Choi <chwo9843@gmail.com> | 2017-06-15 00:04:00 +0900 |
| commit | 3cb78259862d37da082f628af3ccb54edf264fd0 (patch) | |
| tree | 33c0f28cfa4782dc5d9eb27e7b3faacacd5fe29b /src/libtest | |
| parent | 554c685b0b3b25b7aa752717edf50b8d6bcab7a0 (diff) | |
| download | rust-3cb78259862d37da082f628af3ccb54edf264fd0.tar.gz rust-3cb78259862d37da082f628af3ccb54edf264fd0.zip | |
Update older URLs pointing to the first edition of the Book
`compiler-plugins.html` is moved into the Unstable Book. Explanation is slightly modified to match the change.
Diffstat (limited to 'src/libtest')
| -rw-r--r-- | src/libtest/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index ef048ac8ca3..74212625eea 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 Chapter](../book/testing.html) of the book for more details. +//! See the [Testing Chapter](../book/first-edition/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 |
