about summary refs log tree commit diff
path: root/src/doc/guide-testing.md
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/doc/guide-testing.md
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/doc/guide-testing.md')
-rw-r--r--src/doc/guide-testing.md2
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).