Skip to content

Commit 997b29f

Browse files
committed
Fix links.
1 parent c500801 commit 997b29f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/rust.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ provides three kinds of material:
1515

1616
This document does not serve as a tutorial introduction to the
1717
language. Background familiarity with the language is assumed. A separate
18-
tutorial document is available at <http://www.rust-lang.org/doc/tutorial>
18+
tutorial document is available at <http://doc.rust-lang.org/doc/tutorial.html>
1919
to help acquire such background familiarity.
2020

2121
This document also does not serve as a reference to the core or standard
@@ -454,8 +454,8 @@ x::y::z;
454454
~~~~
455455

456456
Path components are usually [identifiers](#identifiers), but the trailing
457-
component of a path may be an angle-bracket-enclosed list of [type
458-
arguments](type-arguments). In [expression](#expressions) context, the type
457+
component of a path may be an angle-bracket-enclosed list of type
458+
arguments. In [expression](#expressions) context, the type
459459
argument list is given after a final (`::`) namespace qualifier in order to
460460
disambiguate it from a relational expression involving the less-than symbol
461461
(`<`). In [type expression](#type-expressions) context, the final namespace

0 commit comments

Comments
 (0)