From a37790a0ed68d55d94e742dc530b7a194770bb59 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 31 Aug 2016 18:21:28 -0700 Subject: [PATCH] Fix tutorial image --- doc/tutorial_1.md | 2 +- doc/tutorial_2.md | 2 +- doc/tutorial_3.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorial_1.md b/doc/tutorial_1.md index 7083966..99c4d59 100644 --- a/doc/tutorial_1.md +++ b/doc/tutorial_1.md @@ -24,7 +24,7 @@ fn main() { Run this application, and you should have something like that: -Tutorial 1 goal +![Tutorial 1 goal](./tutorial_1.png) Now that you have an idea of what we'll do, let's start from scratch. diff --git a/doc/tutorial_2.md b/doc/tutorial_2.md index 4b49200..a2334ed 100644 --- a/doc/tutorial_2.md +++ b/doc/tutorial_2.md @@ -38,7 +38,7 @@ fn show_answer(s: &mut Cursive, msg: &str) { } ``` -Tutorial 2 goal +![Tutorial 2 goal](./tutorial_2.png) ## Preparation diff --git a/doc/tutorial_3.md b/doc/tutorial_3.md index e8830ee..780e10d 100644 --- a/doc/tutorial_3.md +++ b/doc/tutorial_3.md @@ -73,7 +73,7 @@ fn on_submit(s: &mut Cursive, name: &String) { } ``` -![Tutorial 3 goal](../doc/cursive_example.png) +![Tutorial 3 goal](./tutorial_3.png) ## SelectView