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

Point to the Guide rather than the tutorial #60

Merged
merged 1 commit into from
Sep 12, 2014
Merged
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
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</li>
<li class="col-xs-4 col-md-2"><h2>Docs (Nightly)</h2>
<ul>
<li><a href="http://doc.rust-lang.org/tutorial.html">Tutorial</a></li>
<li><a href="http://doc.rust-lang.org/guide.html">Guide</a></li>
<li><a href="http://doc.rust-lang.org/rust.html">Manual</a></li>
<li>
<a href="http://doc.rust-lang.org/std/index.html">API docs</a></li>
Expand Down