We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0e2a6 commit f0630fdCopy full SHA for f0630fd
doc/tutorial.md
@@ -2979,15 +2979,15 @@ tutorials on individual topics.
2979
* [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)
+* [Packaging up Rust code][rustpkg]
2983
2984
There is further documentation on the [wiki], however those tend to be even more out of date as this document.
2985
2986
[borrow]: tutorial-borrowed-ptr.html
2987
[tasks]: tutorial-tasks.html
2988
[macros]: tutorial-macros.html
2989
[ffi]: tutorial-ffi.html
2990
-[rustpkg]: tutorial-rustpkg.html
+[rustpkg]: rustpkg.html
2991
2992
[wiki]: https://github.com/mozilla/rust/wiki/Docs
2993
0 commit comments