[Docs] Cleanup links in nb (#828)

This commit is contained in:
William FH
2024-06-26 00:20:20 -07:00
committed by GitHub
parent feca5e1970
commit 66b728e83a
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"source": [
"# How to add memory to the prebuilt ReAct agent\n",
"\n",
"This tutorial will show how to add memory to the prebuilt ReAct agent. Please see [this tutorial](create-react-agent) for how to get started with the prebuilt ReAct agent\n",
"This tutorial will show how to add memory to the prebuilt ReAct agent. Please see [this tutorial](./create-react-agent.ipynb) for how to get started with the prebuilt ReAct agent\n",
"\n",
"All we need to do to enable memory is pass in a checkpointer to `create_react_agents`"
]