From 3f7f52ccdc4f8a74bb0d930690caae1b37a96a54 Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:57:38 -0800 Subject: [PATCH] Docs links fix (#3292) --- docs/docs/troubleshooting/errors/INVALID_LICENSE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/troubleshooting/errors/INVALID_LICENSE.md b/docs/docs/troubleshooting/errors/INVALID_LICENSE.md index de5a6244c..de6426455 100644 --- a/docs/docs/troubleshooting/errors/INVALID_LICENSE.md +++ b/docs/docs/troubleshooting/errors/INVALID_LICENSE.md @@ -15,15 +15,15 @@ First, confirm the desired mode of deployment. #### For Local Development If you're just developing locally, you can use the lightweight in-memory server by running `langgraph dev`. -See the [local server](../how-tos/local-server.md) docs for more information. +See the [local server](../../tutorials/langgraph-platform/local-server.md) docs for more information. #### For Managed LangGraph Platform -If you would like a fast managed environment, consider the [Cloud SaaS](../langgraph_cloud.md) deployment option. This requires no additional license key. +If you would like a fast managed environment, consider the [Cloud SaaS](../../concepts/langgraph_cloud.md) deployment option. This requires no additional license key. #### For Self-Hosted Lite (Limited Features) -If your deployment is unlikely to see more than 1 million node executions per year and don't need Crons and other enterprise features, consider the [Self-Hosted Lite](../deployment_options.md#self-hosted-lite) deployment option. +If your deployment is unlikely to see more than 1 million node executions per year and don't need Crons and other enterprise features, consider the [Self-Hosted Lite](../../concepts/deployment_options.md#self-hosted-lite) deployment option. You can deploy with Self-Hosted Lite by setting a valid `LANGSMITH_API_KEY` in your environment (e.g., in the `.env` file referenced by `langgraph.json`) and building a Docker image. The API key must be associated with an account on a **Plus** plan or greater.