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