1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-15 23:17:19 +00:00

Fix docs assets link (#16337)

This commit is contained in:
Lunny Xiao
2021-07-04 21:56:40 +08:00
committed by GitHub
parent 760af187ba
commit 64122fe105
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ To make Gitea serve custom public files (like pages and images), use the folder
`$GITEA_CUSTOM/public/` as the webroot. Symbolic links will be followed.
For example, a file `image.png` stored in `$GITEA_CUSTOM/public/`, can be accessed with
the url `http://gitea.domain.tld/image.png`.
the url `http://gitea.domain.tld/assets/image.png`.
## Changing the logo