diff options
Diffstat (limited to 'doc/administration/index.md')
-rw-r--r-- | doc/administration/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/index.md b/doc/administration/index.md index d557068e6c8..53026b2a0c4 100644 --- a/doc/administration/index.md +++ b/doc/administration/index.md @@ -127,13 +127,13 @@ Learn how to install, configure, update, and maintain your GitLab instance. ## Project settings -- [Container Registry](container_registry.md): Configure Container Registry with GitLab. +- [Container Registry](package_registry/container_registry.md): Configure Container Registry with GitLab. - [Issue closing pattern](issue_closing_pattern.md): Customize how to close an issue from commit messages. - [Gitaly](gitaly/index.md): Configuring Gitaly, GitLab's Git repository storage service. - [Default labels](../user/admin_area/labels.md): Create labels that will be automatically added to every new project. - [Restrict the use of public or internal projects](../public_access/public_access.md#restricting-the-use-of-public-or-internal-projects): Restrict the use of visibility levels for users when they create a project or a snippet. - [Custom project templates](../user/admin_area/custom_project_templates.md): Configure a set of projects to be used as custom templates when creating a new project. **(PREMIUM ONLY)** -- [Packages](packages.md): Enable GitLab to act as a Maven repository or NPM registry. **(PREMIUM ONLY)** +- [Packages](package_registry/index.md): Enable GitLab to act as a Maven repository or NPM registry. **(PREMIUM ONLY)** ### Repository settings |