From 98797f367a49e80c48f424e48eb39a6695aacae0 Mon Sep 17 00:00:00 2001 From: Brody Date: Tue, 12 Aug 2025 08:55:37 -0700 Subject: [PATCH] docs: fix broken links (#32513) **Description:** Two broken links were reported by another LangChain employee. This PR fixes those links. Fixed and tested locally. **Dependencies:** None --- docs/docs/introduction.mdx | 2 +- docs/docs/tutorials/llm_chain.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/introduction.mdx b/docs/docs/introduction.mdx index 182c8e61601..f659cfd37fb 100644 --- a/docs/docs/introduction.mdx +++ b/docs/docs/introduction.mdx @@ -11,7 +11,7 @@ LangChain simplifies every stage of the LLM application lifecycle: - **Development**: Build your applications using LangChain's open-source [components](/docs/concepts) and [third-party integrations](/docs/integrations/providers/). Use [LangGraph](/docs/concepts/architecture/#langgraph) to build stateful agents with first-class streaming and human-in-the-loop support. - **Productionization**: Use [LangSmith](https://docs.smith.langchain.com/) to inspect, monitor and evaluate your applications, so that you can continuously optimize and deploy with confidence. -- **Deployment**: Turn your LangGraph applications into production-ready APIs and Assistants with [LangGraph Platform](https://langchain-ai.github.io/langgraph/cloud/). +- **Deployment**: Turn your LangGraph applications into production-ready APIs and Assistants with [LangGraph Platform](https://docs.langchain.com/langgraph-platform). import ThemedImage from '@theme/ThemedImage'; import useBaseUrl from '@docusaurus/useBaseUrl'; diff --git a/docs/docs/tutorials/llm_chain.ipynb b/docs/docs/tutorials/llm_chain.ipynb index 039c962e287..c6c6a54d2f9 100644 --- a/docs/docs/tutorials/llm_chain.ipynb +++ b/docs/docs/tutorials/llm_chain.ipynb @@ -192,7 +192,7 @@ "source": [ ":::tip\n", "\n", - "If we've enabled LangSmith, we can see that this run is logged to LangSmith, and can see the [LangSmith trace](https://smith.langchain.com/public/88baa0b2-7c1a-4d09-ba30-a47985dde2ea/r). The LangSmith trace reports [token](/docs/concepts/tokens/) usage information, latency, [standard model parameters](/docs/concepts/chat_models/#standard-parameters) (such as temperature), and other information.\n", + "If we've enabled LangSmith, we can see that this run is logged to LangSmith, and can see the [LangSmith trace](https://docs.smith.langchain.com/observability/concepts#traces). The LangSmith trace reports [token](/docs/concepts/tokens/) usage information, latency, [standard model parameters](/docs/concepts/chat_models/#standard-parameters) (such as temperature), and other information.\n", "\n", ":::\n", "\n",