You've already forked opentelemetry-go
							
							
				mirror of
				https://github.com/open-telemetry/opentelemetry-go.git
				synced 2025-10-31 00:07:40 +02:00 
			
		
		
		
	* Add Markdown link check * Add replacement for registry URL and clean ignored * Fix config file name * Update .markdown-link.json Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			335 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			335 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "ignorePatterns": [
 | |
|         {
 | |
|             "pattern": "^http(s)?://localhost"
 | |
|         }
 | |
|     ],
 | |
|     "replacementPatterns": [
 | |
|         {
 | |
|             "pattern": "^/registry",
 | |
|             "replacement": "https://opentelemetry.io/registry"
 | |
|         }
 | |
|     ],
 | |
|     "retryOn429": true,
 | |
|     "retryCount": 5,
 | |
|     "fallbackRetryDelay": "30s"
 | |
| }
 |