doc: Fix the tutorial's link to rustpkg docs
This commit is contained in:
parent
bf0e2a6f57
commit
f0630fdc8b
@ -2979,7 +2979,7 @@ tutorials on individual topics.
|
||||
* [The foreign function interface][ffi]
|
||||
* [Containers and iterators](tutorial-container.html)
|
||||
* [Error-handling and Conditions](tutorial-conditions.html)
|
||||
* [Packaging up Rust code](rustpkg)
|
||||
* [Packaging up Rust code][rustpkg]
|
||||
|
||||
There is further documentation on the [wiki], however those tend to be even more out of date as this document.
|
||||
|
||||
@ -2987,7 +2987,7 @@ There is further documentation on the [wiki], however those tend to be even more
|
||||
[tasks]: tutorial-tasks.html
|
||||
[macros]: tutorial-macros.html
|
||||
[ffi]: tutorial-ffi.html
|
||||
[rustpkg]: tutorial-rustpkg.html
|
||||
[rustpkg]: rustpkg.html
|
||||
|
||||
[wiki]: https://github.com/mozilla/rust/wiki/Docs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user