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.