diff options
author | yp05327 <576951401@qq.com> | 2023-03-25 00:45:06 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 23:45:06 +0800 |
commit | d673a6f832aa6d796b86659be76cc890d72e4167 (patch) | |
tree | fa17a3d84e6452eb1af4b485394ac430b4e7525f | |
parent | b958dba1a0f84b986acdb82a6609d70d98140640 (diff) | |
download | gitea-d673a6f832aa6d796b86659be76cc890d72e4167.tar.gz gitea-d673a6f832aa6d796b86659be76cc890d72e4167.zip |
Fix incorrect package doc link (#23679)
package doc link is changed in
https://github.com/go-gitea/gitea/pull/23629
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 73dffb054a..12dcd6e017 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3149,7 +3149,7 @@ error.unit_not_allowed = You are not allowed to access this repository section. title = Packages desc = Manage repository packages. empty = There are no packages yet. -empty.documentation = For more information on the package registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/overview">the documentation</a>. +empty.documentation = For more information on the package registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/usage/packages/overview/">the documentation</a>. empty.repo = Did you upload a package, but it's not shown here? Go to <a href="%[1]s">package settings</a> and link it to this repo. filter.type = Type filter.type.all = All |