From 77a63608d104de091359d355b55728282ea99ffb Mon Sep 17 00:00:00 2001 From: Tadeo Donegana Braunschweig <75747222+tadeodonegana@users.noreply.github.com> Date: Fri, 12 Sep 2025 11:56:01 -0300 Subject: [PATCH] docs: Update broken link in persistence_postgres.ipynb (#6135) * Updated the relocation notice in `examples/persistence_postgres.ipynb` to reference the correct new documentation at `add-memory.md` instead of the previous notebook link. --- examples/persistence_postgres.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/persistence_postgres.ipynb b/examples/persistence_postgres.ipynb index ad18f0d57..7081e2ef3 100644 --- a/examples/persistence_postgres.ipynb +++ b/examples/persistence_postgres.ipynb @@ -5,7 +5,7 @@ "id": "18526f23", "metadata": {}, "source": [ - "This file has been moved to https://github.com/langchain-ai/langgraph/blob/main/docs/docs/how-tos/persistence_postgres.ipynb" + "This file has been moved to https://github.com/langchain-ai/langgraph/blob/main/docs/docs/how-tos/memory/add-memory.md" ] } ],