Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Add links to native/green docs #18

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
</li>
<li>
<a href="http://doc.rust-lang.org/doc/master/std/index.html">std</a> |
<a href="http://doc.rust-lang.org/doc/master/extra/index.html">extra</a> (master)
<a href="http://doc.rust-lang.org/doc/master/extra/index.html">extra</a> |
<a href="http://doc.rust-lang.org/doc/master/native/index.html">native</a> |
<a href="http://doc.rust-lang.org/doc/master/green/index.html">green</a> (master)
</li>
<li>
<a href="http://github.com/mozilla/rust/wiki/Docs">Other docs</a>
Expand Down Expand Up @@ -77,7 +79,7 @@
<h1>Rust <small>a safe, concurrent, practical language</small></h1>
<p>
Rust is a curly-brace, block-structured expression language.
It visually resembles the C language family, but differs
It visually resembles the C language family, but differs
significantly in syntactic and semantic details.
Its design is oriented toward concerns of “programming in the
large”, that is, of creating and maintaining <em>boundaries</em>
Expand Down