From 32e5214568ed009413cae7e8176e8f264fca3d9c Mon Sep 17 00:00:00 2001 From: Grzegorz Karaluch Date: Wed, 25 Sep 2024 11:15:57 +0200 Subject: [PATCH] Fix link in root Docker Registry repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08c26bc..69fc1b8 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ kubectl apply -f https://github.com/kyma-project/docker-registry/releases/latest Having installed the Docker Registry module, you can start pushing images to it using [Kyma CLI (v3)](https://github.com/kyma-project/cli?tab=readme-ov-file#install) or, if you decide to expose the registry externally, using Docker CLI. For details, see the following tutorials: -* [How to Use Non-Exposed Registry](docs/user/tutorials/01-10-use-registry.md) -* [How to Expose Registry](docs/user/tutorials/01-20-expose-registry.md) +* [Use Registry Internally](docs/user/tutorials/01-10-use-registry-internally.md) +* [Expose Registry](docs/user/tutorials/01-20-expose-registry.md) ## Development