From de888b40328ffa397eb118d9e2333f6f257d5e61 Mon Sep 17 00:00:00 2001 From: Arjun Natarajan Date: Wed, 26 Feb 2025 21:33:45 -0500 Subject: [PATCH] make reference to langsmith a bit cleareR --- docs/docs/concepts/langgraph_studio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/langgraph_studio.md b/docs/docs/concepts/langgraph_studio.md index a2a189e2c..c83982101 100644 --- a/docs/docs/concepts/langgraph_studio.md +++ b/docs/docs/concepts/langgraph_studio.md @@ -29,7 +29,7 @@ There are two ways to connect your LangGraph app with the studio: ### Deployed Application -If you have deployed your LangGraph application on LangGraph Platform (Cloud), you can access the studio as part of that deployment. To do so, navigate to the deployment in LangGraph Platform and click the "LangGraph Studio" button. +If you have deployed your LangGraph application on LangGraph Platform, you can access the studio as part of that deployment. To do so, navigate to the deployment in LangGraph Platform within the LangSmith UI and click the "LangGraph Studio" button. ### Local Development Server