diff --git a/docs/getting_started/memory.ipynb b/docs/getting_started/memory.ipynb index f300c081f8..edaa1f6587 100644 --- a/docs/getting_started/memory.ipynb +++ b/docs/getting_started/memory.ipynb @@ -157,9 +157,9 @@ "\n", "This just scratches the surface of what you can do with memory. \n", "\n", - "For more concrete examples of conversational memory, please this [this notebook](../../examples/memory/conversational_memory.ipynb)\n", + "For more concrete examples of conversational memory, please see [this notebook](../examples/memory/conversational_memory)\n", "\n", - "For more examples on things like how to implement custom memory classes, how to add memory to a custom LLM chain and how to use memory with an agent, please see the [How-To: Memory](../../examples/memory) section. \n", + "For more examples on things like how to implement custom memory classes, how to add memory to a custom LLM chain and how to use memory with an agent, please see the [How-To: Memory](../examples/memoryrst) section. \n", "\n", "For even more advanced ideas on memory (which will hopefully be included in LangChain soon!) see the [MemPrompt](https://memprompt.com/) paper." ]