From 86ec4571d5269e35a8c1014d1ad040aa12126119 Mon Sep 17 00:00:00 2001 From: Andrew Seidl Date: Wed, 15 Apr 2015 12:58:00 -0500 Subject: [PATCH] doc: Fix link to rustbyexample.com --- src/doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/index.md b/src/doc/index.md index 124a82aa7dc80..5a437e959b7fb 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -19,7 +19,7 @@ ideas behind Rust. donated to the Rust project. As the name implies, it teaches you Rust through a series of small examples. -[rbe]: rustbyexample.com +[rbe]: http://rustbyexample.com/ # Community & Getting Help