From f1421dccc3913902bcc8829d83a2f25c67002a27 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 19 Feb 2024 19:08:32 -0300 Subject: [PATCH] Fix broken link in prompts.mdx --- docs/docs/components/prompts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/components/prompts.mdx b/docs/docs/components/prompts.mdx index 4256e091a..3aafc9b96 100644 --- a/docs/docs/components/prompts.mdx +++ b/docs/docs/components/prompts.mdx @@ -21,7 +21,7 @@ The `PromptTemplate` component allows users to create prompts and define variabl Once a variable is defined in the prompt template, it becomes a component input of its own. Check out [Prompt - Customization](../guidelines/prompt-customization.mdx) to learn more. + Customization](../docs/guidelines/prompt-customization.mdx) to learn more. - **template:** Template used to format an individual request.