about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/tutorial.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index 25531e59759..511ba3c1e51 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -2321,5 +2321,5 @@ ignored.
 
 A program compiled as a test runner will have the configuration flag
 `test` defined, so that you can add code that won't be included in a
-normal compile with the `#[cfg(test)]` attribute (see [conditional
-compilation](#attributes)).
+normal compile with the `#[cfg(test)]` attribute (for a full explanation
+of attributes, see the [language reference](rust.html)).