docs: Make external links in manual relative so they link to the correct versions

This commit is contained in:
Brian Anderson 2012-09-28 17:31:54 -07:00
parent 9a8d4adb7d
commit f7e90fca6e
1 changed files with 6 additions and 7 deletions

View File

@ -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