Fix broken link in prompts.mdx (#1448)
This pull request fixes a broken link in the prompts.mdx file. The link to the "Prompt Customization" page was pointing to the wrong location. This PR updates the link to the correct location in the documentation.
This commit is contained in:
commit
f985a427e1
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ The `PromptTemplate` component allows users to create prompts and define variabl
|
|||
<Admonition type="info">
|
||||
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.
|
||||
</Admonition>
|
||||
|
||||
- **template:** Template used to format an individual request.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue