We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40571ec commit 336dd6cCopy full SHA for 336dd6c
src/doc/trpl/hello-world.md
@@ -89,7 +89,7 @@ This line does all of the work in our little program. There are a number of
89
details that are important here. The first is that it's indented with four
90
spaces, not tabs. Please configure your editor of choice to insert four spaces
91
with the tab key. We provide some [sample configurations for various
92
-editors](https://github.com/rust-lang/rust/tree/master/src/etc).
+editors](https://github.com/rust-lang/rust/tree/master/src/etc/CONFIGS.md).
93
94
The second point is the `println!()` part. This is calling a Rust *macro*,
95
which is how metaprogramming is done in Rust. If it were a function instead, it
0 commit comments