Skip to content

Commit

Permalink
doc: Fix the tutorial's link to rustpkg docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blake2-ppc authored and thestinger committed Sep 19, 2013
1 parent bf0e2a6 commit f0630fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorial.md
Expand Up @@ -2979,15 +2979,15 @@ 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.

[borrow]: tutorial-borrowed-ptr.html
[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

9 comments on commit f0630fd

@bors
Copy link
Contributor

@bors bors commented on f0630fd Sep 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on f0630fd Sep 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging thestinger/rust/doc = f0630fd into auto

@bors
Copy link
Contributor

@bors bors commented on f0630fd Sep 19, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thestinger/rust/doc = f0630fd merged ok, testing candidate = fb05ff48

@bors
Copy link
Contributor

@bors bors commented on f0630fd Sep 20, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on f0630fd Sep 20, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging thestinger/rust/doc = f0630fd into auto

@bors
Copy link
Contributor

@bors bors commented on f0630fd Sep 20, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thestinger/rust/doc = f0630fd merged ok, testing candidate = c7c769d

@bors
Copy link
Contributor

@bors bors commented on f0630fd Sep 20, 2013

@bors
Copy link
Contributor

@bors bors commented on f0630fd Sep 20, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = c7c769d

Please sign in to comment.