From 2c088fa1bb068c89b4100c66ea2fe3b0f3071f77 Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 8 Sep 2024 07:36:59 -0700 Subject: [PATCH] docs: fix broken link (#1652) * fix broken link * actually fix link --------- Co-authored-by: vbarda --- docs/docs/cloud/concepts/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/cloud/concepts/api.md b/docs/docs/cloud/concepts/api.md index 99bd6c9ab..249ac9649 100644 --- a/docs/docs/cloud/concepts/api.md +++ b/docs/docs/cloud/concepts/api.md @@ -14,7 +14,7 @@ The LangGraph Cloud API provides several endpoints for creating and managing ass #### Configuring Assistants -You can save custom assistants from the same graph to set different default prompts, models, and other configurations without changing a line of code in your graph. This allows you the ability to quickly test out different configurations without having to rewrite your graph every time, and also give users the flexibility to select different configurations when using your LangGraph application. See this how-to for information on how to configure a deployed graph. +You can save custom assistants from the same graph to set different default prompts, models, and other configurations without changing a line of code in your graph. This allows you the ability to quickly test out different configurations without having to rewrite your graph every time, and also give users the flexibility to select different configurations when using your LangGraph application. See [this how-to](../how-tos/configuration_cloud.md) for information on how to configure a deployed graph. ### Threads