mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-03 19:36:20 +00:00 
			
		
		
		
	* Fix links that point to old documentation (examples) Signed-off-by: Fabio Sfuncia <fsfuncia@unime.it> Signed-off-by: Fabio Sfuncia <fib@tooware.com> * Fix links that point to old documentation (CONTRIBUTING and README) Signed-off-by: Fabio Sfuncia <fsfuncia@unime.it> Signed-off-by: Fabio Sfuncia <fib@tooware.com> * Fix links that point to old documentation (strapi-admin exposed links) Signed-off-by: Fabio Sfuncia <fib@tooware.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			176 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			176 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
'use strict';
 | 
						|
 | 
						|
/**
 | 
						|
 * Read the documentation (https://strapi.io/documentation/v3.x/concepts/services.html#core-services)
 | 
						|
 * to customize this service
 | 
						|
 */
 | 
						|
 | 
						|
module.exports = {};
 |