diff --git a/docs/docs_skeleton/docs/modules/model_io/prompts/index.mdx b/docs/docs_skeleton/docs/modules/model_io/prompts/index.mdx index 5d7b79d3..c1bdf8ab 100644 --- a/docs/docs_skeleton/docs/modules/model_io/prompts/index.mdx +++ b/docs/docs_skeleton/docs/modules/model_io/prompts/index.mdx @@ -8,5 +8,5 @@ A **prompt** refers to the input to the model. This input is often constructed from multiple components. LangChain provides several classes and functions to make constructing and working with prompts easy. -- [Prompt templates](/docs/modules/prompts/prompt_templates/): Parametrize model inputs -- [Example selectors](/docs/modules/prompts/example_selectors/): Dynamically select examples to include in prompts \ No newline at end of file +- [Prompt templates](/docs/modules/model_io/prompts/prompt_templates/): Parametrize model inputs +- [Example selectors](/docs/modules/model_io/prompts/example_selectors/): Dynamically select examples to include in prompts \ No newline at end of file