From ce4375490256323ee14a6bef04acb7c3b732b612 Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Thu, 21 Dec 2023 08:49:24 +0000 Subject: [PATCH] update: registry docs * updated links to documentation * updated symlink to community maintainers template Signed-off-by: Milos Gajdos --- registry/content.md | 4 ++-- registry/github-repo | 2 +- registry/license.md | 2 +- registry/maintainer.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/registry/content.md b/registry/content.md index 1e37ab63a..12c930625 100644 --- a/registry/content.md +++ b/registry/content.md @@ -20,6 +20,6 @@ $ docker push localhost:5000/ubuntu ## Recommended Reading -The [documentation over at docs.docker.com](https://docs.docker.com/registry/) is a good place to learn more about what the registry is, how it works, and how to use it. +The [documentation](https://distribution.github.io/distribution/) is a good place to learn more about what the registry is, how it works, and how to use it. -Specifically, [the section regarding deployment](https://docs.docker.com/registry/deploying/) has pointers for more complex use cases than simply running a registry on localhost. +Specifically, [the section regarding deployment](https://distribution.github.io/distribution/about/deploying/) has pointers for more complex use cases than simply running a registry on localhost. diff --git a/registry/github-repo b/registry/github-repo index c7a1ed75d..a0a5cea56 100644 --- a/registry/github-repo +++ b/registry/github-repo @@ -1 +1 @@ -https://github.com/docker/distribution-library-image +https://github.com/distribution/distribution-library-image diff --git a/registry/license.md b/registry/license.md index 8ce5c18f7..fc49421da 100644 --- a/registry/license.md +++ b/registry/license.md @@ -1 +1 @@ -View [license information](https://github.com/docker/distribution/blob/master/LICENSE) for the software contained in this image. +View [license information](https://github.com/distribution/distribution/blob/master/LICENSE) for the software contained in this image. diff --git a/registry/maintainer.md b/registry/maintainer.md index 617c4fb97..e727ff069 120000 --- a/registry/maintainer.md +++ b/registry/maintainer.md @@ -1 +1 @@ -../.common-templates/maintainer-docker.md \ No newline at end of file +../.common-templates/maintainer-community.md \ No newline at end of file