diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-06 18:44:09 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-06 18:44:09 +0200 |
commit | 2fc6e85dfcdac71f8eab888eaa818e97466eb04b (patch) | |
tree | be27ac68c17e4fc57426b96f4abd45789f3aa1f0 /doc/README.md | |
parent | db77289bcb0a075d8de5c7052ef93a91616afb76 (diff) | |
download | gitlab-ce-2fc6e85dfcdac71f8eab888eaa818e97466eb04b.tar.gz |
Change link to point to new locationdocs/refactor-registry
[ci skip]
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index dd0eb97489e..2357bdb5be2 100644 --- a/doc/README.md +++ b/doc/README.md @@ -6,7 +6,7 @@ - [API](api/README.md) Automate GitLab via a simple and powerful API. - [CI/CD](ci/README.md) GitLab Continuous Integration (CI) and Continuous Delivery (CD) getting started, `.gitlab-ci.yml` options, and examples. - [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab. -- [Container Registry](container_registry/README.md) Learn how to use GitLab Container Registry. +- [Container Registry](user/project/container_registry.md) Learn how to use GitLab Container Registry. - [GitLab Basics](gitlab-basics/README.md) Find step by step how to start working on your commandline and on GitLab. - [Importing to GitLab](workflow/importing/README.md). - [Importing and exporting projects between instances](user/project/settings/import_export.md). |