Skip to content

Commit 2f57d18

Browse files
authored
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. <img width="584" alt="Screen Shot 2023-01-21 at 10 33 05 AM" src="https://user-images.githubusercontent.com/6773706/213879535-d8f2953d-ac37-448d-9b32-fdeb7b73cc32.png">
1 parent 3d41af0 commit 2f57d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/prompts/examples/custom_prompt_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Let's suppose we want the LLM to generate English language explanations of a fun
77
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.
88

99
:::{note}
10-
Take a look at the current set of default prompt templates [here](../prompt_templates.md).
10+
Take a look at the current set of default prompt templates [here](../getting_started.md).
1111
:::
1212
<!-- TODO(shreya): Add correct link here. -->
1313

0 commit comments

Comments
 (0)