about summary refs log tree commit diff
path: root/doc/tutorial.md
diff options
context:
space:
mode:
authorAlan Andrade <alan.andradec@gmail.com>2013-12-21 17:29:48 -0600
committerAlan Andrade <alan.andradec@gmail.com>2014-01-05 22:48:19 -0600
commiteeafee4c9b07c93d45d6a3fa85f92feb31cddbc9 (patch)
tree8d4227f7dfb7f23f589f5ce276cda07b379e0dd6 /doc/tutorial.md
parent4bca7fdf9bdd15a7d008d99dc1252d3c9ffd35be (diff)
downloadrust-eeafee4c9b07c93d45d6a3fa85f92feb31cddbc9.tar.gz
rust-eeafee4c9b07c93d45d6a3fa85f92feb31cddbc9.zip
Convert sub tutorials into Guides #10838
Ensure configure creates doc/guides directory

Fix configure makefile and tests

Remove old guides dir and configure option, convert testing to guide

Remove ignored files

Fix submodule issue

prepend dir in makefile so that bor knows how to build the docs

S to uppercase
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 0eb228d8205..e25ac009de2 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -3035,8 +3035,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.
@@ -3194,7 +3192,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]
@@ -3209,14 +3207,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