Fix tutorial image link

This commit is contained in:
Alexandre Bury 2016-08-15 17:27:39 -07:00
parent 207e7e0b52
commit 635657e3d1

View File

@ -23,7 +23,7 @@ fn main() {
``` ```
Run this application, and you should have something like that: Run this application, and you should have something like that:
<img src="doc/tutorial_1.png" alt="Tutorial 1 goal" /> <img src="../doc/tutorial_1.png" alt="Tutorial 1 goal" />
Now that you have an idea of what we'll do, let's start from scratch. Now that you have an idea of what we'll do, let's start from scratch.