From 374de11c16321f217a77d68125b269a492557ef7 Mon Sep 17 00:00:00 2001 From: Natanel Shitrit <65548905+Natanel-Shitrit@users.noreply.github.com> Date: Sat, 20 Jul 2024 16:06:46 +0300 Subject: [PATCH] Fix broken link in `docs-input.md` --- pkg/cy/api/docs-input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cy/api/docs-input.md b/pkg/cy/api/docs-input.md index 4751a598..e8195415 100644 --- a/pkg/cy/api/docs-input.md +++ b/pkg/cy/api/docs-input.md @@ -4,7 +4,7 @@ `(input/find)` is a general-purpose fuzzy finder that is similar to `fzf`. When invoked, it prompts the user to choose from one of the items provided in `inputs`. `(input/find)` does not return until the user makes a choice; if they choose nothing (such as by hitting ctrl+c), it returns `nil`. -`inputs` is an array with elements that can take different forms depending on the desired behavior. See more on the [page about fuzzy finding](./fuzzy-finding.md). +`inputs` is an array with elements that can take different forms depending on the desired behavior. See more on the [page about fuzzy finding](./user-input/fuzzy-finding.md). This function supports a range of named parameters that adjust its functionality: