From 2f57d18b252ec7d4beb6b76bedf432c89b1c3e7f Mon Sep 17 00:00:00 2001 From: Will Olson Date: Sat, 21 Jan 2023 17:03:21 -0700 Subject: [PATCH] Update hyperlink in Custom Prompt Template page (#677) The current link points to a non-existent page. I've updated the link to match what is on the "Create a custom example selector" page. Screen Shot 2023-01-21 at 10 33 05 AM --- docs/modules/prompts/examples/custom_prompt_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/prompts/examples/custom_prompt_template.md b/docs/modules/prompts/examples/custom_prompt_template.md index 4930f49b73a..f50786c341c 100644 --- a/docs/modules/prompts/examples/custom_prompt_template.md +++ b/docs/modules/prompts/examples/custom_prompt_template.md @@ -7,7 +7,7 @@ Let's suppose we want the LLM to generate English language explanations of a fun LangChain provides a set of default prompt templates that can be used to generate prompts for a variety of tasks. However, there may be cases where the default prompt templates do not meet your needs. For example, you may want to create a prompt template with specific dynamic instructions for your language model. In such cases, you can create a custom prompt template. :::{note} -Take a look at the current set of default prompt templates [here](../prompt_templates.md). +Take a look at the current set of default prompt templates [here](../getting_started.md). :::