diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-02-02 11:01:18 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-02-02 11:01:18 -0800 |
| commit | b9e27433fad8fc0a67f0226a9cbc1708e5b9b4e5 (patch) | |
| tree | 382199558f8f1c1168ff6042306e335978f9f513 /src | |
| parent | 3ef2df9e88ea20b661a8e313cf0e661595c516c9 (diff) | |
| parent | 8d57f8c0a04e1afa7c13b75137c658b6048f7d8b (diff) | |
| download | rust-b9e27433fad8fc0a67f0226a9cbc1708e5b9b4e5.tar.gz rust-b9e27433fad8fc0a67f0226a9cbc1708e5b9b4e5.zip | |
rollup merge of #21848: Manishearth/book-link
rollupable r? @steveklabnik
Diffstat (limited to 'src')
| -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 ba82239656c..0692d7e5faa 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 |
