diff options
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/geo/replication/index.md | 6 | ||||
-rw-r--r-- | doc/administration/index.md | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/administration/geo/replication/index.md b/doc/administration/geo/replication/index.md index dbd466b906d..d0020432ee1 100644 --- a/doc/administration/geo/replication/index.md +++ b/doc/administration/geo/replication/index.md @@ -274,9 +274,9 @@ You can keep track of the progress to include the missing items in: | [Server-side Git Hooks](../../custom_hooks.md) | No | No | | [Elasticsearch integration](../../../integration/elasticsearch.md) | No | No | | [GitLab Pages](../../pages/index.md) | No | No | -| [Container Registry](../../container_registry.md) ([track progress](https://gitlab.com/gitlab-org/gitlab-ee/issues/2870)) | No | No | -| [NPM Registry](../../npm_registry.md) | No | No | -| [Maven Packages](../../maven_packages.md) | No | No | +| [Container Registry](../../package_registry/container_registry.md) ([track progress](https://gitlab.com/gitlab-org/gitlab-ee/issues/2870)) | No | No | +| [NPM Registry](../../../user/package_registry/npm_registry/index.md) | No | No | +| [Maven Packages](../../../user/package_registry/maven_repository/index.md) | No | No | | [External merge request diffs](../../merge_request_diffs.md) | No, if they are on-disk | No | | Content in object storage ([track progress](https://gitlab.com/groups/gitlab-org/-/epics/1526)) | No | No | 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 |