From ad26c892ea1f9fd5fcb8e1da370e72829f6e8d20 Mon Sep 17 00:00:00 2001 From: Martin Meier-Zavodsky <40723691+bephenomenal@users.noreply.github.com> Date: Wed, 3 Sep 2025 21:22:46 +0200 Subject: [PATCH] docs(langchain): update evaluation tutorial link (#32796) **Description** This PR updates the evaluation tutorial link for LangSmith to the new official docs location. **Issue** N/A **Dependencies** None --- docs/docs/tutorials/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/index.mdx b/docs/docs/tutorials/index.mdx index c7603e61ab5..c960903c358 100644 --- a/docs/docs/tutorials/index.mdx +++ b/docs/docs/tutorials/index.mdx @@ -44,4 +44,4 @@ You can peruse [LangSmith tutorials here](https://docs.smith.langchain.com/). LangSmith helps you evaluate the performance of your LLM applications. The tutorial below is a great way to get started: -- [Evaluate your LLM application](https://docs.smith.langchain.com/tutorials/Developers/evaluation) +- [Evaluate your LLM application](https://docs.langchain.com/langsmith/evaluate-llm-application)