Skip to content

Commit 60d0cbe

Browse files
committed
Fix broken rustpkg link in the tutorial. Fixes rust-lang#9324.
1 parent 4904bc3 commit 60d0cbe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/tutorial.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2977,17 +2977,18 @@ tutorials on individual topics.
29772977
* [Tasks and communication][tasks]
29782978
* [Macros][macros]
29792979
* [The foreign function interface][ffi]
2980-
* [Containers and iterators](tutorial-container.html)
2981-
* [Error-handling and Conditions](tutorial-conditions.html)
2982-
* [Packaging up Rust code](rustpkg)
2980+
* [Containers and iterators][container]
2981+
* [Error-handling and Conditions][conditions]
2982+
* [Packaging up Rust code][rustpkg]
29832983

29842984
There is further documentation on the [wiki], however those tend to be even more out of date as this document.
29852985

29862986
[borrow]: tutorial-borrowed-ptr.html
29872987
[tasks]: tutorial-tasks.html
29882988
[macros]: tutorial-macros.html
29892989
[ffi]: tutorial-ffi.html
2990+
[container]: tutorial-container.html
2991+
[conditions]: tutorial-conditions.html
29902992
[rustpkg]: tutorial-rustpkg.html
29912993

29922994
[wiki]: https://github.com/mozilla/rust/wiki/Docs
2993-

0 commit comments

Comments
 (0)