diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-05-23 11:47:19 -0500 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-05-23 11:47:19 -0500 |
commit | 526da93052dd794c82f49c1b908d9a4c33d91dcf (patch) | |
tree | 0eb064c6833314537cc486ab4c7c543a1a360696 /doc | |
parent | 8ed9b6aa7a31dad147e050d3fe992fbf814712fb (diff) | |
download | gitlab-ce-526da93052dd794c82f49c1b908d9a4c33d91dcf.tar.gz |
Fix link to container Registry user docs
Diffstat (limited to 'doc')
-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 8a6adee2fba..d1345ab2493 100644 --- a/doc/README.md +++ b/doc/README.md @@ -13,7 +13,7 @@ - [Profile Settings](profile/README.md) - [Project Services](project_services/project_services.md) Integrate a project with external services, such as CI and chat. - [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects. -- [Container Registry](container-registry/README.md) Learn how to use GitLab Container Registry. +- [Container Registry](container_registry/README.md) Learn how to use GitLab Container Registry. - [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects. - [Webhooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project. - [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN. |