From 3eb79580c207432a4280727e766f4b5cb5d88ae4 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:05:08 -0700 Subject: [PATCH] fix langsmith link in docs (#11027) --- docs/docs_skeleton/docs/expression_language/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs_skeleton/docs/expression_language/index.mdx b/docs/docs_skeleton/docs/expression_language/index.mdx index fc6482c27f..94b77aff5c 100644 --- a/docs/docs_skeleton/docs/expression_language/index.mdx +++ b/docs/docs_skeleton/docs/expression_language/index.mdx @@ -21,7 +21,7 @@ With LCEL syntax, any components that can be run in parallel automatically are. **Seamless LangSmith Tracing Integration** As your chains get more and more complex, it becomes increasingly important to understand what exactly is happening at every step. -With LCEL, **all** steps are automatically logged to [LangSmith](smith.langchain.com) for maximal observability and debuggability. +With LCEL, **all** steps are automatically logged to [LangSmith](https://smith.langchain.com) for maximal observability and debuggability. #### [Interface](/docs/expression_language/interface) The base interface shared by all LCEL objects