Skip to content

Commit 9cbeab4

Browse files
authored
fix link to package registry docs (#19268)
1 parent a2c20a6 commit 9cbeab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options/locale/locale_en-US.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -3005,7 +3005,7 @@ error.unit_not_allowed = You are not allowed to access this repository section.
30053005
title = Packages
30063006
desc = Manage repository packages.
30073007
empty = There are no packages yet.
3008-
empty.documentation = For more information on the package registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/overview">the documentation</a>.
3008+
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>.
30093009
filter.type = Type
30103010
filter.type.all = All
30113011
filter.no_result = Your filter produced no results.
@@ -3088,4 +3088,4 @@ settings.delete = Delete package
30883088
settings.delete.description = Deleting a package is permanent and cannot be undone.
30893089
settings.delete.notice = You are about to delete %s (%s). This operation is irreversible, are you sure?
30903090
settings.delete.success = The package has been deleted.
3091-
settings.delete.error = Failed to delete the package.
3091+
settings.delete.error = Failed to delete the package.

0 commit comments

Comments
 (0)