about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-09-10 12:26:38 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-09-10 12:27:23 -0700
commit1ff268e2d53806dc5c6e95a070953440f92fa7b8 (patch)
tree18b27e0f78ee3d130d125cf17d0d45583a79f1d2 /doc
parentef9aa80438c61c1080269ca8b379decc96b49dd5 (diff)
downloadrust-1ff268e2d53806dc5c6e95a070953440f92fa7b8.tar.gz
rust-1ff268e2d53806dc5c6e95a070953440f92fa7b8.zip
doc: Don't refer to the non-existent attributes section in the tutorial
Closes #3382
Diffstat (limited to 'doc')
-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)).