From a7f012a19cde10b715e5b3bc2d6ae9c2cf786c98 Mon Sep 17 00:00:00 2001 From: Arjun Natarajan Date: Fri, 28 Mar 2025 09:37:05 -0400 Subject: [PATCH] fix link --- docs/docs/cloud/how-tos/clone_traces_studio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/cloud/how-tos/clone_traces_studio.md b/docs/docs/cloud/how-tos/clone_traces_studio.md index de528df4e..3df5b5831 100644 --- a/docs/docs/cloud/how-tos/clone_traces_studio.md +++ b/docs/docs/cloud/how-tos/clone_traces_studio.md @@ -14,7 +14,7 @@ To support this, LangGraph Studio, in combination with LangSmith, allows you to - langgraph-api>=0.0.32 - A thread traced in LangSmith. -- A locally running agent. See [here](../how-tos/local-studio.md) for setup instructions. +- A locally running agent. See [here](../../how-tos/local-studio.md) for setup instructions. - Note that your local agent must be using the above specified `langgraph` and `langgraph-api` versions. - The nodes present in the remote trace must exist in at least one of the graphs in your local agent.