From 201c8015ea07589ea742b04f31eaf3e58a3c8540 Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Mon, 10 Nov 2025 09:51:05 -0500 Subject: [PATCH] chore(docs): Update links in notebook_hooks.py for deployment (#6428) --- docs/_scripts/notebook_hooks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_scripts/notebook_hooks.py b/docs/_scripts/notebook_hooks.py index 92df691cb..7b2449021 100644 --- a/docs/_scripts/notebook_hooks.py +++ b/docs/_scripts/notebook_hooks.py @@ -282,8 +282,8 @@ REDIRECT_MAP = { "reference/supervisor.md": "https://reference.langchain.com/python/langgraph/supervisor/", "reference/swarm.md": "https://reference.langchain.com/python/langgraph/swarm/", "reference/mcp.md": "https://reference.langchain.com/python/langgraph/mcp/", - "cloud/reference/sdk/python_sdk_ref.md": "https://reference.langchain.com/python/platform/python_sdk/", - "reference/remote_graph.md": "https://reference.langchain.com/python/platform/remote_graph/", + "cloud/reference/sdk/python_sdk_ref.md": "https://reference.langchain.com/python/langsmith/deployment/sdk/", + "reference/remote_graph.md": "https://reference.langchain.com/python/langsmith/deployment/remote_graph/", # additional exclude-search entries from mkdocs.yml "additional-resources/index.md": "https://docs.langchain.com/oss/python/langchain/overview",