Skip to content

Commit 5d4b990

Browse files
committed
tutorial: remove duplicate link references.
`pandoc` issues warnings. ``` pandoc: Duplicate link reference `[macros]' "source" (line 2151, column 1) pandoc: Duplicate link reference `[tasks]' "source" (line 2150, column 1) pandoc: Duplicate link reference `[wiki-start]' "source" (line 92, column 1) ```
1 parent 8a1002f commit 5d4b990

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

doc/tutorial.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ supported build environments that are most likely to work.
8484
> know.
8585
8686
[bug-3319]: https://github.com/mozilla/rust/issues/3319
87-
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
8887

8988
To build from source you will also need the following prerequisite
9089
packages:
@@ -118,7 +117,6 @@ API-documentation tool; `rustpkg`, the Rust package manager;
118117
`rusti`, the Rust REPL; and `rust`, a tool which acts both as a unified
119118
interface for them, and for a few common command line scenarios.
120119

121-
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
122120
[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz
123121
[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe
124122

@@ -410,8 +408,6 @@ println(fmt!("what is this thing: %?", mystery_object));
410408

411409
You can define your own syntax extensions with the macro system. For details, see the [macro tutorial][macros].
412410

413-
[macros]: tutorial-macros.html
414-
415411
# Control structures
416412

417413
## Conditionals
@@ -1512,8 +1508,6 @@ closures, but they also own them: that is, no other code can access
15121508
them. Owned closures are used in concurrent code, particularly
15131509
for spawning [tasks][tasks].
15141510

1515-
[tasks]: tutorial-tasks.html
1516-
15171511
## Closure compatibility
15181512

15191513
Rust closures have a convenient subtyping property: you can pass any kind of
@@ -2534,6 +2528,7 @@ There is further documentation on the [wiki].
25342528
[ffi]: tutorial-ffi.html
25352529

25362530
[wiki]: https://github.com/mozilla/rust/wiki/Docs
2531+
[wiki-start]: https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
25372532
[unit testing]: https://github.com/mozilla/rust/wiki/Doc-unit-testing
25382533
[rustdoc]: https://github.com/mozilla/rust/wiki/Doc-using-rustdoc
25392534
[cargo]: https://github.com/mozilla/rust/wiki/Doc-using-cargo-to-manage-packages

0 commit comments

Comments
 (0)