From a17efb11208d7abfd70873cab7e4ddb647932a80 Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Wed, 21 May 2025 14:47:55 -0400 Subject: [PATCH] fix --- docs/_scripts/notebook_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_scripts/notebook_hooks.py b/docs/_scripts/notebook_hooks.py index cd1d05a79..0cebf7b75 100644 --- a/docs/_scripts/notebook_hooks.py +++ b/docs/_scripts/notebook_hooks.py @@ -71,7 +71,7 @@ REDIRECT_MAP = { "cloud/faq/studio.md": "concepts/langgraph_studio.md#studio-faqs", "cloud/how-tos/human_in_the_loop_edit_state.md": "cloud/how-tos/add-human-in-the-loop.md", "cloud/how-tos/human_in_the_loop_user_input.md": "cloud/how-tos/add-human-in-the-loop.md", - "concepts/platform_architecture.md": "/oncepts/langgraph_cloud#architecture", + "concepts/platform_architecture.md": "concepts/langgraph_cloud#architecture", # cloud streaming redirects "cloud/how-tos/stream_values.md": "cloud/how-tos/streaming.md#stream-graph-state", "cloud/how-tos/stream_updates.md": "cloud/how-tos/streaming.md#stream-graph-state",