From 905fcb3d02060ff2b2ac933ea1b265468e3b17b7 Mon Sep 17 00:00:00 2001 From: Lauren Hirata Singh Date: Mon, 16 Jun 2025 16:25:31 -0400 Subject: [PATCH] Fix broken links --- docs/docs/concepts/deployment_options.md | 6 +++--- docs/docs/concepts/langgraph_self_hosted_control_plane.md | 2 +- docs/docs/concepts/langgraph_self_hosted_data_plane.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/concepts/deployment_options.md b/docs/docs/concepts/deployment_options.md index c7d61c364..2e23ec97e 100644 --- a/docs/docs/concepts/deployment_options.md +++ b/docs/docs/concepts/deployment_options.md @@ -9,12 +9,12 @@ search: There are two free options for deploying LangGraph applications via the LangGraph Server: -1. [Local](./langgraph-platform/local-server.md): Deploy for local testing and development. +1. [Local](../tutorials/langgraph-platform/local-server.md): Deploy for local testing and development. 1. [Standalone Container (Lite)](../concepts/langgraph_standalone_container.md): A limited version of Standalone Container for deployments unlikely to see more that 1 million node executions per year and that do not need crons and other enterprise features. Standalone Container (Lite) deployment option is free with a LangSmith API key. ## Production deployment -There are 4 main options for deploying with the [LangGraph Platform](../concepts/langgraph_platform/): +There are 4 main options for deploying with the [LangGraph Platform](langgraph_platform.md): 1. [Cloud SaaS](#cloud-saas) @@ -31,7 +31,7 @@ A quick comparison: |----------------------|----------------|----------------------------|-------------------------------|--------------------------| | **[Control plane UI/API](../concepts/langgraph_control_plane.md)** | Yes | Yes | Yes | No | | **CI/CD** | Managed internally by platform | Managed externally by you | Managed externally by you | Managed externally by you | -| **Data/compute residency** | LangChain’s cloud | Your cloud | Your cloud | Your cloud | +| **Data/compute residency** | LangChain's cloud | Your cloud | Your cloud | Your cloud | | **LangSmith compatibility** | Trace to LangSmith SaaS | Trace to LangSmith SaaS | Trace to Self-Hosted LangSmith | Optional tracing | | **[Server version compatibility](../concepts/langgraph_server.md#server-versions)** | Enterprise | Enterprise | Enterprise | Lite, Enterprise | | **[Pricing](https://www.langchain.com/pricing-langgraph-platform)** | Plus | Enterprise | Enterprise | Developer | diff --git a/docs/docs/concepts/langgraph_self_hosted_control_plane.md b/docs/docs/concepts/langgraph_self_hosted_control_plane.md index b6a6f71df..7434072ce 100644 --- a/docs/docs/concepts/langgraph_self_hosted_control_plane.md +++ b/docs/docs/concepts/langgraph_self_hosted_control_plane.md @@ -3,7 +3,7 @@ There are two versions of the self-hosted deployment: [Self-Hosted Data Plane](./deployment_options.md#self-hosted-data-plane) and [Self-Hosted Control Plane](./deployment_options.md#self-hosted-control-plane). !!! info "Important" - The Self-Hosted Control Plane deployment option is currently in beta stage and requires an [Enterprise](../../concepts/plans.md) plan. + The Self-Hosted Control Plane deployment option is currently in beta stage and requires an [Enterprise](plans.md) plan. ## Requirements diff --git a/docs/docs/concepts/langgraph_self_hosted_data_plane.md b/docs/docs/concepts/langgraph_self_hosted_data_plane.md index 33709eac0..710e58018 100644 --- a/docs/docs/concepts/langgraph_self_hosted_data_plane.md +++ b/docs/docs/concepts/langgraph_self_hosted_data_plane.md @@ -8,7 +8,7 @@ search: There are two versions of the self-hosted deployment: [Self-Hosted Data Plane](./deployment_options.md#self-hosted-data-plane) and [Self-Hosted Control Plane](./deployment_options.md#self-hosted-control-plane). !!! info "Important" - The Self-Hosted Data Plane deployment option is currently in beta stage and requires an [Enterprise](../../concepts/plans.md) plan. + The Self-Hosted Data Plane deployment option is currently in beta stage and requires an [Enterprise](plans.md) plan. ## Requirements