Skip to content

Commit be9ef15

Browse files
authored
Fix links to packages documentation (#19315)
1 parent d242511 commit be9ef15

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

options/locale/locale_en-US.ini

+9-9
Original file line numberDiff line numberDiff line change
@@ -3032,54 +3032,54 @@ dependency.id = ID
30323032
dependency.version = Version
30333033
composer.registry = Setup this registry in your <code>~/.composer/config.json</code> file:
30343034
composer.install = To install the package using Composer, run the following command:
3035-
composer.documentation = For more information on the Composer registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/composer/">the documentation</a>.
3035+
composer.documentation = For more information on the Composer registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/composer/">the documentation</a>.
30363036
composer.dependencies = Dependencies
30373037
composer.dependencies.development = Development Dependencies
30383038
conan.details.repository = Repository
30393039
conan.registry = Setup this registry from the command line:
30403040
conan.install = To install the package using Conan, run the following command:
3041-
conan.documentation = For more information on the Conan registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/conan/">the documentation</a>.
3041+
conan.documentation = For more information on the Conan registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/conan/">the documentation</a>.
30423042
container.details.type = Image Type
30433043
container.details.platform = Platform
30443044
container.details.repository_site = Repository Site
30453045
container.details.documentation_site = Documentation Site
30463046
container.pull = Pull the image from the command line:
3047-
container.documentation = For more information on the Container registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/container/">the documentation</a>.
3047+
container.documentation = For more information on the Container registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/container/">the documentation</a>.
30483048
container.multi_arch = OS / Arch
30493049
container.layers = Image Layers
30503050
container.labels = Labels
30513051
container.labels.key = Key
30523052
container.labels.value = Value
30533053
generic.download = Download package from the command line:
3054-
generic.documentation = For more information on the generic registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/generic">the documentation</a>.
3054+
generic.documentation = For more information on the generic registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/generic">the documentation</a>.
30553055
maven.registry = Setup this registry in your project <code>pom.xml</code> file:
30563056
maven.install = To use the package include the following in the <code>dependencies</code> block in the <code>pom.xml</code> file:
30573057
maven.install2 = Run via command line:
30583058
maven.download = To download the dependency, run via command line:
3059-
maven.documentation = For more information on the Maven registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/maven/">the documentation</a>.
3059+
maven.documentation = For more information on the Maven registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/maven/">the documentation</a>.
30603060
nuget.registry = Setup this registry from the command line:
30613061
nuget.install = To install the package using NuGet, run the following command:
3062-
nuget.documentation = For more information on the NuGet registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/nuget/">the documentation</a>.
3062+
nuget.documentation = For more information on the NuGet registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/nuget/">the documentation</a>.
30633063
nuget.dependency.framework = Target Framework
30643064
npm.registry = Setup this registry in your project <code>.npmrc</code> file:
30653065
npm.install = To install the package using npm, run the following command:
30663066
npm.install2 = or add it to the package.json file:
3067-
npm.documentation = For more information on the npm registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/npm/">the documentation</a>.
3067+
npm.documentation = For more information on the npm registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/npm/">the documentation</a>.
30683068
npm.dependencies = Dependencies
30693069
npm.dependencies.development = Development Dependencies
30703070
npm.dependencies.peer = Peer Dependencies
30713071
npm.dependencies.optional = Optional Dependencies
30723072
npm.details.tag = Tag
30733073
pypi.requires = Requires Python
30743074
pypi.install = To install the package using pip, run the following command:
3075-
pypi.documentation = For more information on the PyPI registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/pypi/">the documentation</a>.
3075+
pypi.documentation = For more information on the PyPI registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/pypi/">the documentation</a>.
30763076
rubygems.install = To install the package using gem, run the following command:
30773077
rubygems.install2 = or add it to the Gemfile:
30783078
rubygems.dependencies.runtime = Runtime Dependencies
30793079
rubygems.dependencies.development = Development Dependencies
30803080
rubygems.required.ruby = Requires Ruby version
30813081
rubygems.required.rubygems = Requires RubyGem version
3082-
rubygems.documentation = For more information on the RubyGems registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/rubygems/">the documentation</a>.
3082+
rubygems.documentation = For more information on the RubyGems registry, see <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/packages/rubygems/">the documentation</a>.
30833083
settings.link = Link this package to a repository
30843084
settings.link.description = If you link a package with a repository, the package is listed in the repository's package list.
30853085
settings.link.select = Select Repository

0 commit comments

Comments
 (0)