Fix tutorial image

This commit is contained in:
Alexandre Bury 2016-08-31 18:21:28 -07:00
parent 653ebb08c4
commit a37790a0ed
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,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" /> ![Tutorial 1 goal](./tutorial_1.png)
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.

View File

@ -38,7 +38,7 @@ fn show_answer(s: &mut Cursive, msg: &str) {
} }
``` ```
<img src="../doc/tutorial_2.png" alt="Tutorial 2 goal" /> ![Tutorial 2 goal](./tutorial_2.png)
## Preparation ## Preparation

View File

@ -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 ## SelectView