diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-14 02:41:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-14 02:41:16 +0100 |
| commit | aa896f30bb7f848b8becf54b614b8eadcef22a26 (patch) | |
| tree | 77ca0b4d9c39d45e646d9264adda036cfeb8fb1e /src/doc/guide-testing.md | |
| parent | 93ecae63d89f66af6029a002b2269e6fb3687dd4 (diff) | |
| parent | e7f8e63ed425cef77a9ad43e463b39009c1a495a (diff) | |
| download | rust-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/doc/guide-testing.md')
| -rw-r--r-- | src/doc/guide-testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide-testing.md b/src/doc/guide-testing.md index 67bcb0a5e54..28d9fb48b73 100644 --- a/src/doc/guide-testing.md +++ b/src/doc/guide-testing.md @@ -1,4 +1,4 @@ % The (old) Rust Testing Guide This content has moved into -[the Rust Programming Language book](book/testing.html). +[the Rust Programming Language book](book/ch11-00-testing.html). |
