diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-09-28 17:31:54 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-09-28 17:32:01 -0700 |
| commit | f7e90fca6e9a9e262225571a5d6a4e010ca82849 (patch) | |
| tree | 764d9610135702072d30b6ce85b1cb2e8d47a0e7 | |
| parent | 9a8d4adb7decf774bbb87c7a8415c1a95fe1825b (diff) | |
| download | rust-f7e90fca6e9a9e262225571a5d6a4e010ca82849.tar.gz rust-f7e90fca6e9a9e262225571a5d6a4e010ca82849.zip | |
docs: Make external links in manual relative so they link to the correct versions
| -rw-r--r-- | doc/rust.md | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/rust.md b/doc/rust.md index a464c101f0e..5fd9622046a 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -15,17 +15,16 @@ provides three kinds of material: This document does not serve as a tutorial introduction to the language. Background familiarity with the language is assumed. A separate -tutorial document is available at <http://doc.rust-lang.org/doc/tutorial.html> -to help acquire such background familiarity. +[tutorial] document is available to help acquire such background familiarity. -This document also does not serve as a reference to the core or standard +This document also does not serve as a reference to the [core] or [standard] libraries included in the language distribution. Those libraries are documented separately by extracting documentation attributes from their -source code. Formatted documentation can be found at the following -locations: +source code. - - Core library: <http://doc.rust-lang.org/doc/core/index.html> - - Standard library: <http://doc.rust-lang.org/doc/std/index.html> +[tutorial]: tutorial.html +[core]: core/index.html +[standard]: std/index.html ## Disclaimer |
