From fb3662ca33e44a54e8384c21fb5c143137463d28 Mon Sep 17 00:00:00 2001 From: rsteube Date: Wed, 15 May 2024 22:18:04 +0200 Subject: [PATCH] doc: fix link --- docs/src/carapace/action/cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/carapace/action/cache.md b/docs/src/carapace/action/cache.md index aad5280c..ac96c5c8 100644 --- a/docs/src/carapace/action/cache.md +++ b/docs/src/carapace/action/cache.md @@ -56,7 +56,7 @@ Cache is written as `json` to [`os.UserCacheDir`] using the [Export] format. [Action]:../action.md [`Cache`]:https://pkg.go.dev/github.com/carapace-sh/carapace#Action.Cache -[`key.String`]:https://pkg.go.dev/github.com/carapace-sh/carapace/pkg/key#String +[`key.String`]:https://pkg.go.dev/github.com/carapace-sh/carapace/pkg/cache/key#String [`CacheKeys`]:https://pkg.go.dev/github.com/carapace-sh/carapace/pkg/cache#CacheKey [callback actions]:./defaultActions/actionCallback.md [Export]:../export.md