Skip to content

Commit f322dd1

Browse files
committed
doc: Fix external links in tutorial
1 parent faacbb3 commit f322dd1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/tutorial.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,14 @@ programs. The `use std` directive that appears at the top of a lot of
167167
examples imports the [standard library][std]. This is described in more
168168
detail [later on](#modules-and-crates).
169169

170-
[std]: http://doc.rust-lang.org/doc/std/index/General.html
170+
[std]: http://doc.rust-lang.org/doc/std
171171

172172
## Editing Rust code
173173

174174
There are Vim highlighting and indentation scripts in the Rust source
175175
distribution under `src/etc/vim/`, and an emacs mode under
176176
`src/etc/emacs/`.
177177

178-
[rust-mode]: https://github.com/marijnh/rust-mode
179-
180178
Other editors are not provided for yet. If you end up writing a Rust
181179
mode for your favorite editor, let us know so that we can link to it.
182180

@@ -1769,7 +1767,7 @@ Rust program, unless the `--no-core` compiler switch is given.
17691767

17701768
This library is documented [here][core].
17711769

1772-
[core]: http://doc.rust-lang.org/doc/core/index/General.html
1770+
[core]: http://doc.rust-lang.org/doc/core
17731771

17741772
## A minimal example
17751773

0 commit comments

Comments
 (0)