mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +00:00 
			
		
		
		
	help-docs: Rename organization language help center file.
Renames article about organization language used for automated messages and invitation emails. Creates URL redirect and updates links in repository (web app, help center and api documentation). Prior to this change, the article was named: 'change-the-default-language-for-your-organization'. Fixes #21949.
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							28173cafc8
						
					
				
				
					commit
					7f738803f0
				
			| @@ -21,6 +21,10 @@ POLICY_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [ | ||||
|  | ||||
| HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [ | ||||
|     # Add URL redirects for help center documentation here: | ||||
|     URLRedirect( | ||||
|         "/help/change-the-default-language-for-your-organization", | ||||
|         "/help/configure-organization-language", | ||||
|     ), | ||||
|     URLRedirect("/help/delete-a-stream", "/help/archive-a-stream"), | ||||
|     URLRedirect("/help/change-the-topic-of-a-message", "/help/rename-a-topic"), | ||||
|     URLRedirect("/help/configure-missed-message-emails", "/help/email-notifications"), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user