@@ -3106,8 +3106,6 @@ but for this tutorial it's only important to know that you can optionally annota
31063106extern mod rust = "github.com/mozilla/rust"; // pretend Rust is a simple library
31073107~~~
31083108
3109- [ rustpkg ] : rustpkg.html
3110-
31113109## Crate metadata and settings
31123110
31133111For 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`
32653263# What next?
32663264
32673265Now that you know the essentials, check out any of the additional
3268- tutorials on individual topics.
3266+ guides on individual topics.
32693267
32703268* [ Borrowed pointers] [ borrow ]
32713269* [ Tasks and communication] [ tasks ]
@@ -3280,14 +3278,14 @@ tutorials on individual topics.
32803278There is further documentation on the [ wiki] , however those tend to be even
32813279more out of date than this document.
32823280
3283- [ borrow ] : tutorial -borrowed-ptr.html
3284- [ tasks ] : tutorial -tasks.html
3285- [ macros ] : tutorial -macros.html
3286- [ ffi ] : tutorial -ffi.html
3287- [ container ] : tutorial -container.html
3288- [ conditions ] : tutorial -conditions.html
3289- [ rustpkg ] : tutorial -rustpkg.html
3290- [ testing ] : tutorial -testing.html
3281+ [ borrow ] : guide -borrowed-ptr.html
3282+ [ tasks ] : guide -tasks.html
3283+ [ macros ] : guide -macros.html
3284+ [ ffi ] : guide -ffi.html
3285+ [ container ] : guide -container.html
3286+ [ conditions ] : guide -conditions.html
3287+ [ rustpkg ] : guide -rustpkg.html
3288+ [ testing ] : guide -testing.html
32913289[ rustdoc ] : rustdoc.html
32923290
32933291[ wiki ] : https://github.com/mozilla/rust/wiki/Docs
0 commit comments