|  | @@ -153,7 +153,7 @@ To install tracim and it's dependencies:
 | 
	
		
			
			| 153 | 153 |      cd tracim && python setup.py develop && cd -
 | 
	
		
			
			| 154 | 154 |      pip install -r install/requirements.txt
 | 
	
		
			
			| 155 | 155 |  
 | 
	
		
			
			| 156 |  | -**Note**: If you want to use MySQL database, please refer to Documentation/database schema note to install required package.
 | 
	
		
			
			|  | 156 | +**Note**: If you want to use MySQL database, please refer to Configuration/database schema note to install required package.
 | 
	
		
			
			| 157 | 157 |  
 | 
	
		
			
			| 158 | 158 |  ## Database Setup ##
 | 
	
		
			
			| 159 | 159 |  
 | 
	
	
		
			
			|  | @@ -279,7 +279,7 @@ Configure database in the development.ini file. This is defined as sqlalchemy.ur
 | 
	
		
			
			| 279 | 279 |  
 | 
	
		
			
			| 280 | 280 |      sqlalchemy.url = postgresql://tracimuser:tracimpassword@127.0.0.1:5432/tracimdb?client_encoding=utf8
 | 
	
		
			
			| 281 | 281 |  
 | 
	
		
			
			| 282 |  | -There is an example value for MySQL below (please refer to Documentation/database schema note to install required package):
 | 
	
		
			
			|  | 282 | +There is an example value for MySQL below (please refer to Configuration/database schema note to install required package):
 | 
	
		
			
			| 283 | 283 |  
 | 
	
		
			
			| 284 | 284 |      sqlalchemy.url = mysql+oursql://tracimuser:tracimpassword@127.0.0.1/tracimdb
 | 
	
		
			
			| 285 | 285 |  
 |