From d81dec653d0760fdbc80b01000a4dcbb9b1aeac7 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Mon, 9 Dec 2024 21:09:32 -0500 Subject: [PATCH] docs: temporarily fix link (#2685) --- docs/docs/concepts/multi_agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/multi_agent.md b/docs/docs/concepts/multi_agent.md index 61bed3fd7..c9bdd5d89 100644 --- a/docs/docs/concepts/multi_agent.md +++ b/docs/docs/concepts/multi_agent.md @@ -89,7 +89,7 @@ def transfer_to_bob(state): ) ``` -This is a special case of [updating the graph state from tools](../how-tos/update-state-from-tools.ipynb) where in addition the state update, the control flow is included as well. +This is a special case of updating the graph state from tools where in addition the state update, the control flow is included as well. !!! important