Browse Source

fixed image links in quick start

Anatoly Pulyaevskiy 5 years ago
parent
commit
4c2a54be38
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      doc/quick-start.md

+ 3
- 3
doc/quick-start.md View File

146
 
146
 
147
 Here is how it might look when we run the app and navigate to editor page:
147
 Here is how it might look when we run the app and navigate to editor page:
148
 
148
 
149
-<img src="https://github.com/memspace/zefyr/raw/gitbook/assets/quick-start-rec-01.gif" width="600">
149
+<img src="https://github.com/memspace/zefyr/raw/master/assets/quick-start-rec-01.gif" width="600">
150
 
150
 
151
 ### 04. Save document to JSON file
151
 ### 04. Save document to JSON file
152
 
152
 
234
 
234
 
235
 Now we can reload our app, hit "Save" button and see the snack bar.
235
 Now we can reload our app, hit "Save" button and see the snack bar.
236
 
236
 
237
-<img src="https://github.com/memspace/zefyr/raw/gitbook/assets/quick-start-rec-02.gif" width="600">
237
+<img src="https://github.com/memspace/zefyr/raw/master/assets/quick-start-rec-02.gif" width="600">
238
 
238
 
239
 ### 05. Load document from JSON file
239
 ### 05. Load document from JSON file
240
 
240
 
331
 
331
 
332
 If we save changes now and reload the app we should see something like this:
332
 If we save changes now and reload the app we should see something like this:
333
 
333
 
334
-<img src="https://github.com/memspace/zefyr/raw/gitbook/assets/quick-start-rec-03.gif" width="600">
334
+<img src="https://github.com/memspace/zefyr/raw/master/assets/quick-start-rec-03.gif" width="600">
335
 
335
 
336
 Note that in your tests you'll likely not notice any loading animation at all.
336
 Note that in your tests you'll likely not notice any loading animation at all.
337
 This is because reading a tiny file from disk is too fast. For the above
337
 This is because reading a tiny file from disk is too fast. For the above