From 90e8ccc8981c1e7444284310124a5ee69753eeb4 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Wed, 28 Dec 2022 09:02:07 -0500 Subject: [PATCH] Harrison/update links (#450) Co-authored-by: Sam Ching Co-authored-by: Ikko Ashimine --- docs/getting_started/memory.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." ]