mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix typo in customizing-gitea.en-us.md (#16362)
Fixed a type in a URL in PlantUML code example in `customizing-gitea.en-us.md`.
This commit is contained in:
		@@ -138,7 +138,7 @@ copy javascript files from https://gitea.com/davidsvantesson/plantuml-code-highl
 | 
				
			|||||||
<script src="https://your-server.com/plantuml_codeblock_parse.js"></script>
 | 
					<script src="https://your-server.com/plantuml_codeblock_parse.js"></script>
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
  <!-- Replace call with address to your plantuml server-->
 | 
					  <!-- Replace call with address to your plantuml server-->
 | 
				
			||||||
  parsePlantumlCodeBlocks("http://www.plantuml..com/plantuml");
 | 
					  parsePlantumlCodeBlocks("http://www.plantuml.com/plantuml");
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
{{end}}
 | 
					{{end}}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user