| 
					
				 | 
			
			
				@@ -55,7 +55,7 @@ struct mg_request_info { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // This structure needs to be passed to mg_start(), to let civetweb know
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // which callbacks to invoke. For detailed description, see
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-// https://github.com/sunsetbrew/civetweb/blob/master/UserManual.md
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+// https://github.com/sunsetbrew/civetweb/blob/master/docs/UserManual.md
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 struct mg_callbacks {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // Called when civetweb has received new HTTP request.
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // If callback returns non-zero,
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -151,7 +151,7 @@ struct mg_callbacks { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //   };
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //   struct mg_context *ctx = mg_start(&my_func, NULL, options);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-// Refer to https://github.com/sunsetbrew/civetweb/blob/master/UserManual.md
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+// Refer to https://github.com/sunsetbrew/civetweb/blob/master/docs/UserManual.md
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // for the list of valid option and their possible values.
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // Return:
 
			 |