From 238ecd09e0e6f164c9efc3bc61ce830ad4484411 Mon Sep 17 00:00:00 2001 From: Adithya1617 <137354643+Adithya1617@users.noreply.github.com> Date: Tue, 2 Sep 2025 00:32:21 +0530 Subject: [PATCH] docs(langchain): update redirect url of "this langsmith conceptual guide" in tracing.mdx (#32776) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …ge (issue : #32775) - **Description: updated the redirect url of "this langsmith conceptual guide" in tracing.mdx - **Issue:** fixes #32775 --------- Co-authored-by: Adithya Co-authored-by: Mason Daugherty --- docs/docs/concepts/tracing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/tracing.mdx b/docs/docs/concepts/tracing.mdx index 659992eeb95..3b5fbed174d 100644 --- a/docs/docs/concepts/tracing.mdx +++ b/docs/docs/concepts/tracing.mdx @@ -7,4 +7,4 @@ Traces contain individual steps called `runs`. These can be individual calls fro tool, or sub-chains. Tracing gives you observability inside your chains and agents, and is vital in diagnosing issues. -For a deeper dive, check out [this LangSmith conceptual guide](https://docs.smith.langchain.com/concepts/tracing). +For a deeper dive, check out [this LangSmith conceptual guide](https://docs.langchain.com/langsmith/observability-quickstart).