Skip to content

Commit 2ee91ea

Browse files
dckcsteveklabnik
authored andcommitted
use _sample configurations..._ rather than _here_ as link text
1 parent 1f5ee97 commit 2ee91ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ Next up is this line:
185185
This line does all of the work in our little program. There are a number of
186186
details that are important here. The first is that it's indented with four
187187
spaces, not tabs. Please configure your editor of choice to insert four spaces
188-
with the tab key. We provide some sample configurations for various editors
189-
[here](https://github.com/rust-lang/rust/tree/master/src/etc).
188+
with the tab key. We provide some [sample configurations for various
189+
editors](https://github.com/rust-lang/rust/tree/master/src/etc).
190190

191191
The second point is the `println!()` part. This is calling a Rust **macro**,
192192
which is how metaprogramming is done in Rust. If it were a function instead, it

0 commit comments

Comments
 (0)