From 499ecf6ce21edb0a91b8995262b35b8f821a30fc Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Sat, 13 Sep 2014 13:54:42 -0500 Subject: [PATCH] use _sample configurations..._ rather than _here_ as link text --- src/doc/guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index 140536543d93d..48ada458f7b1c 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -185,8 +185,7 @@ Next up is this line: This line does all of the work in our little program. There are a number of details that are important here. The first is that it's indented with four spaces, not tabs. Please configure your editor of choice to insert four spaces -with the tab key. We provide some sample configurations for various editors -[here](https://github.com/rust-lang/rust/tree/master/src/etc). +with the tab key. We provide some [sample configurations for various editors](https://github.com/rust-lang/rust/tree/master/src/etc). The second point is the `println!()` part. This is calling a Rust **macro**, which is how metaprogramming is done in Rust. If it were a function instead, it