mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 20:36:07 +01: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>
 | 
			
		||||
  <!-- Replace call with address to your plantuml server-->
 | 
			
		||||
  parsePlantumlCodeBlocks("http://www.plantuml..com/plantuml");
 | 
			
		||||
  parsePlantumlCodeBlocks("http://www.plantuml.com/plantuml");
 | 
			
		||||
</script>
 | 
			
		||||
{{end}}
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user