|  | @@ -146,7 +146,7 @@ class HomePage extends StatelessWidget {
 | 
	
		
			
			| 146 | 146 |  
 | 
	
		
			
			| 147 | 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 | 151 |  ### 04. Save document to JSON file
 | 
	
		
			
			| 152 | 152 |  
 | 
	
	
		
			
			|  | @@ -234,7 +234,7 @@ which has access to `Scaffold` widget's state.
 | 
	
		
			
			| 234 | 234 |  
 | 
	
		
			
			| 235 | 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 | 239 |  ### 05. Load document from JSON file
 | 
	
		
			
			| 240 | 240 |  
 | 
	
	
		
			
			|  | @@ -331,7 +331,7 @@ class EditorPageState extends State<EditorPage> {
 | 
	
		
			
			| 331 | 331 |  
 | 
	
		
			
			| 332 | 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 | 336 |  Note that in your tests you'll likely not notice any loading animation at all.
 | 
	
		
			
			| 337 | 337 |  This is because reading a tiny file from disk is too fast. For the above
 |