Skip to content

Commit

Permalink
docs: Make external links in manual relative so they link to the corr…
Browse files Browse the repository at this point in the history
…ect versions
  • Loading branch information
brson committed Sep 29, 2012
1 parent 9a8d4ad commit f7e90fc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions doc/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f7e90fc

Please sign in to comment.