diff options
author | Chenjerai Katanda <ckatanda@gitlab.com> | 2017-11-07 06:41:48 +0000 |
---|---|---|
committer | Chenjerai Katanda <ckatanda@gitlab.com> | 2017-11-07 06:41:48 +0000 |
commit | aa893926a0f33a366d0702df2d3f02be052e3c1d (patch) | |
tree | cba38105d26173bfdbc9f56d37e8203234e4beff | |
parent | ed9790272f0c728845de3a9a96464821882be314 (diff) | |
download | gitlab-ce-docs-add-glcom-reg-restictions.tar.gz |
Correct relative url for repository size limitdocs-add-glcom-reg-restictions
-rw-r--r-- | doc/user/project/container_registry.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/container_registry.md b/doc/user/project/container_registry.md index d3de0994e42..394aa9209e4 100644 --- a/doc/user/project/container_registry.md +++ b/doc/user/project/container_registry.md @@ -28,7 +28,7 @@ to enable it. following the [administration documentation](../../administration/container_registry.md). If you are using GitLab.com, this is enabled by default so you can start using the Registry immediately. Currently there is a soft (10GB) size restriction for - registry on GitLab.com, as part of the [repository size limit](../repository/index.html#repository-size). + registry on GitLab.com, as part of the [repository size limit](repository/index.html#repository-size). 1. Go to your [project's General settings](settings/index.md#sharing-and-permissions) and enable the **Container Registry** feature on your project. For new projects this might be enabled by default. For existing projects |