From 2e10e1984b2bc6b778c8be82fb00bbf14813f5c9 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 29 Jul 2021 17:01:12 +0200 Subject: [PATCH] Fix typo in cache doc Signed-off-by: CrazyMax --- docs/advanced/cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/cache.md b/docs/advanced/cache.md index a02b618..68b1ecc 100644 --- a/docs/advanced/cache.md +++ b/docs/advanced/cache.md @@ -52,7 +52,7 @@ jobs: ## Registry cache You can import/export cache from a cache manifest or (special) image configuration on the registry with the -[`type=registry` cache exporter](https://github.com/crazy-max/buildkit/tree/cache-docs#registry-push-image-and-cache-separately). +[`type=registry` cache exporter](https://github.com/moby/buildkit/tree/master#registry-push-image-and-cache-separately). ```yaml name: ci