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.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.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