docs: fix broken link (#1652)

* fix broken link

* actually fix link

---------

Co-authored-by: vbarda <vadym@langchain.dev>
This commit is contained in:
Harrison Chase
2024-09-08 14:36:59 +00:00
committed by GitHub
co-authored by vbarda
parent 282562f182
commit 2c088fa1bb
+1 -1
View File
@@ -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 <a href="https://langchain-ai.github.io/langgraph/cloud/how-tos/cloud_examples/configuration_cloud/">this</a> 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