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

Commit 72dba30

Browse files
committed
Fix doc links
1 parent d3dc77c commit 72dba30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_layouts/default.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
</li>
2626
<li class="col-xs-4 col-md-2"><h2>Docs (Beta)</h2>
2727
<ul>
28-
<li><a href="http://doc.rust-lang.org/1.0.0-beta/book/">Book</a></li>
29-
<li><a href="http://doc.rust-lang.org/1.0.0-beta/reference.html">Reference</a></li>
28+
<li><a href="http://doc.rust-lang.org/1.0.0-beta.2/book/">Book</a></li>
29+
<li><a href="http://doc.rust-lang.org/1.0.0-beta.2/reference.html">Reference</a></li>
3030
<li>
31-
<a href="http://doc.rust-lang.org/1.0.0-beta/std/">API docs</a></li>
32-
<li><a href="http://doc.rust-lang.org/1.0.0-beta/">All docs</a>
31+
<a href="http://doc.rust-lang.org/1.0.0-beta.2/std/">API docs</a></li>
32+
<li><a href="http://doc.rust-lang.org/1.0.0-beta.2/">All docs</a>
3333
</li>
3434
</ul>
3535
</li>

0 commit comments

Comments
 (0)