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:
parent
4fa791c47b
commit
9543e068e9
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue