From 5928811dc3b4cf714e177c01b859ffc4404ed856 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 27 Apr 2014 14:20:04 -0700 Subject: [PATCH] fix rust by example link --- Doc-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc-examples.md b/Doc-examples.md index c893bea..3b7d7f8 100644 --- a/Doc-examples.md +++ b/Doc-examples.md @@ -2,7 +2,7 @@ There isn't a single comprehensive repository of Rust examples yet, but here are This is the most complete: -* [Rust by Example (japaric)](https://rustbyexample.com) +* [Rust by Example (japaric)](http://rustbyexample.com) And these also have good examples: