mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	api: Remove root_domain_uri from API page links.
These pages should be references the current server's UI anyway.
This commit is contained in:
		@@ -69,8 +69,7 @@ IGNORED_PHRASES = [
 | 
			
		||||
     '<a href="/#streams">Streams page</a>.'),
 | 
			
		||||
    (r'Looking for our '
 | 
			
		||||
     '<a href="/integrations" target="_blank">Integrations</a> or '
 | 
			
		||||
     '<a href="{{ root_domain_uri }}/api" target="_blank">API</a> '
 | 
			
		||||
     'documentation?'),
 | 
			
		||||
     '<a href="/api" target="_blank">API</a> documentation?'),
 | 
			
		||||
    r'Most stream administration is done on the <a href="/#streams">Streams page</a>.',
 | 
			
		||||
    r"one or more people...",
 | 
			
		||||
    r"confirmation email",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user