From f926eada248f071dca1998dc4dc95ab79cc6285a Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Tue, 21 Jan 2025 12:06:42 -0500 Subject: [PATCH] fix warnings --- docs/docs/how-tos/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/how-tos/index.md b/docs/docs/how-tos/index.md index d26fa4025..285fd3bf0 100644 --- a/docs/docs/how-tos/index.md +++ b/docs/docs/how-tos/index.md @@ -194,7 +194,7 @@ LangGraph applications can be deployed using LangGraph Cloud, which provides a r [Assistants](../concepts/assistants.md) is a configured instance of a template. -See [SDK Reference](../cloud/reference/sdk/python_sdk_ref/#langgraph_sdk.client.AssistantsClient) +See [SDK Reference](../cloud/reference/sdk/python_sdk_ref.md#langgraph_sdk.client.AssistantsClient) for supported endpoints and other details. - [How to configure agents](../cloud/how-tos/configuration_cloud.md) @@ -202,7 +202,7 @@ for supported endpoints and other details. ### Threads -See [SDK Reference](../cloud/reference/sdk/python_sdk_ref/#langgraph_sdk.client.ThreadsClient) +See [SDK Reference](../cloud/reference/sdk/python_sdk_ref.md#langgraph_sdk.client.ThreadsClient) for supported endpoints and other details. - [How to copy threads](../cloud/how-tos/copy_threads.md)