Skip to content

Commit 336dd6c

Browse files
committed
book: link to a file with configs links
1 parent 40571ec commit 336dd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/hello-world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This line does all of the work in our little program. There are a number of
8989
details that are important here. The first is that it's indented with four
9090
spaces, not tabs. Please configure your editor of choice to insert four spaces
9191
with the tab key. We provide some [sample configurations for various
92-
editors](https://github.com/rust-lang/rust/tree/master/src/etc).
92+
editors](https://github.com/rust-lang/rust/tree/master/src/etc/CONFIGS.md).
9393

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

0 commit comments

Comments
 (0)