about summary refs log tree commit diff
path: root/doc/tutorial.md
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-01-05 22:11:39 -0800
committerbors <bors@rust-lang.org>2014-01-05 22:11:39 -0800
commitb6a1fde1c6a13691f21cf739a9e4b6706c6c49c9 (patch)
treecd34e44c939b905d3521ca701d43a6c848c434d3 /doc/tutorial.md
parenta6d3e57dca68fde4effdda3e4ae2887aa535fcd6 (diff)
parenteeafee4c9b07c93d45d6a3fa85f92feb31cddbc9 (diff)
downloadrust-b6a1fde1c6a13691f21cf739a9e4b6706c6c49c9.tar.gz
rust-b6a1fde1c6a13691f21cf739a9e4b6706c6c49c9.zip
auto merge of #11106 : alan-andrade/rust/convert_tutorials_to_guides, r=cmr
* Moved every the tutorial-*.md into its own directory `/doc/guides/`
* Makefile is aware
Diffstat (limited to 'doc/tutorial.md')
-rw-r--r--doc/tutorial.md20
1 files changed, 9 insertions, 11 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index b5eba8a113c..b54f80c15a3 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -3106,8 +3106,6 @@ but for this tutorial it's only important to know that you can optionally annota
 extern mod rust = "github.com/mozilla/rust"; // pretend Rust is a simple library
 ~~~
 
-[rustpkg]: rustpkg.html
-
 ## Crate metadata and settings
 
 For every crate you can define a number of metadata items, such as link name, version or author.
@@ -3265,7 +3263,7 @@ re-export a bunch of 'officially blessed' crates that get managed with `rustpkg`
 # What next?
 
 Now that you know the essentials, check out any of the additional
-tutorials on individual topics.
+guides on individual topics.
 
 * [Borrowed pointers][borrow]
 * [Tasks and communication][tasks]
@@ -3280,14 +3278,14 @@ tutorials on individual topics.
 There is further documentation on the [wiki], however those tend to be even
 more out of date than this document.
 
-[borrow]: tutorial-borrowed-ptr.html
-[tasks]: tutorial-tasks.html
-[macros]: tutorial-macros.html
-[ffi]: tutorial-ffi.html
-[container]: tutorial-container.html
-[conditions]: tutorial-conditions.html
-[rustpkg]: tutorial-rustpkg.html
-[testing]: tutorial-testing.html
+[borrow]: guide-borrowed-ptr.html
+[tasks]: guide-tasks.html
+[macros]: guide-macros.html
+[ffi]: guide-ffi.html
+[container]: guide-container.html
+[conditions]: guide-conditions.html
+[rustpkg]: guide-rustpkg.html
+[testing]: guide-testing.html
 [rustdoc]: rustdoc.html
 
 [wiki]: https://github.com/mozilla/rust/wiki/Docs