]> source.dussan.org Git - gitea.git/commitdiff
Fix docs assets link (#16337)
authorLunny Xiao <xiaolunwen@gmail.com>
Sun, 4 Jul 2021 13:56:40 +0000 (21:56 +0800)
committerGitHub <noreply@github.com>
Sun, 4 Jul 2021 13:56:40 +0000 (15:56 +0200)
docs/content/doc/advanced/customizing-gitea.en-us.md
docs/content/doc/advanced/customizing-gitea.zh-cn.md

index 7a8e01d356072ba1b7eccd0345f76baf07b1cc74..6a5f495805cbc29a46f9e89bf333ea1e38399955 100644 (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
 
index 91762b13d96b9e054bbebe61d892e43cd13fb32a..4640f878ad0bd49dbee23d1d2f59c142271cf25e 100644 (file)
@@ -40,7 +40,7 @@ Gitea 引用 `custom` 目录中的自定义配置文件来覆盖配置、模板
 
 将自定义的公共文件(比如页面和图片)作为 webroot 放在 `custom/public/` 中来让 Gitea 提供这些自定义内容(符号链接将被追踪)。
 
-举例说明:`image.png` 存放在 `custom/public/`中,那么它可以通过链接 http://gitea.domain.tld/image.png 访问。
+举例说明:`image.png` 存放在 `custom/public/`中,那么它可以通过链接 http://gitea.domain.tld/assets/image.png 访问。
 
 ## 修改默认头像