|  | @@ -9,19 +9,12 @@ request or found a bug, please file it at the [issue tracker][].
 | 
	
		
			
			| 9 | 9 |  
 | 
	
		
			
			| 10 | 10 |  ### Documentation
 | 
	
		
			
			| 11 | 11 |  
 | 
	
		
			
			| 12 |  | -* [Quick Start][quick_start]
 | 
	
		
			
			| 13 |  | -* [Data Format and Document Model][data_and_document]
 | 
	
		
			
			| 14 |  | -* [Style attributes][attributes]
 | 
	
		
			
			| 15 |  | -* [Heuristic rules][heuristics]
 | 
	
		
			
			| 16 |  | -* [Images][images]
 | 
	
		
			
			| 17 |  | -* [FAQ][faq]
 | 
	
		
			
			| 18 |  | -
 | 
	
		
			
			| 19 |  | -[quick_start]: /doc/quick_start.md
 | 
	
		
			
			| 20 |  | -[data_and_document]: /doc/data_and_document.md
 | 
	
		
			
			| 21 |  | -[attributes]: /doc/attributes.md
 | 
	
		
			
			| 22 |  | -[heuristics]: /doc/heuristics.md
 | 
	
		
			
			| 23 |  | -[images]: /doc/images.md
 | 
	
		
			
			| 24 |  | -[faq]: /doc/faq.md
 | 
	
		
			
			|  | 12 | +* [Quick Start](doc/quick-start.md)
 | 
	
		
			
			|  | 13 | +* [Data Format and Document Model](doc/data-and-document.md)
 | 
	
		
			
			|  | 14 | +* [Style attributes](doc/attributes.md)
 | 
	
		
			
			|  | 15 | +* [Heuristic rules](doc/heuristics.md)
 | 
	
		
			
			|  | 16 | +* [Images](doc/images.md)
 | 
	
		
			
			|  | 17 | +* [FAQ](doc/faq.md)
 | 
	
		
			
			| 25 | 18 |  
 | 
	
		
			
			| 26 | 19 |  ## Clean and modern look
 | 
	
		
			
			| 27 | 20 |  
 | 
	
	
		
			
			|  | @@ -52,7 +45,7 @@ collaborative editing use cases or whenever there is a need for
 | 
	
		
			
			| 52 | 45 |  conflict-free resolution of changes.
 | 
	
		
			
			| 53 | 46 |  
 | 
	
		
			
			| 54 | 47 |  > Zefyr editor uses Quill.js **Delta** as underlying data format. Read
 | 
	
		
			
			| 55 |  | -> more about Zefyr and Deltas in our [documentation][data_and_document].
 | 
	
		
			
			|  | 48 | +> more about Zefyr and Deltas in our [documentation](doc/data-and-document.md).
 | 
	
		
			
			| 56 | 49 |  > Make sure to checkout [official documentation][delta] for Delta format
 | 
	
		
			
			| 57 | 50 |  > as well.
 | 
	
		
			
			| 58 | 51 |  
 |