From f6ec8d4d7c33ab7ac7f7171acb24854350a70b4a Mon Sep 17 00:00:00 2001 From: Scott Brenner Date: Sat, 26 Apr 2025 14:09:41 -0700 Subject: [PATCH] Update docs/docs/integrations/providers/aws.mdx --- docs/docs/integrations/providers/aws.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/providers/aws.mdx b/docs/docs/integrations/providers/aws.mdx index eff09acc865..74459655782 100755 --- a/docs/docs/integrations/providers/aws.mdx +++ b/docs/docs/integrations/providers/aws.mdx @@ -56,7 +56,7 @@ from langchain_aws import ChatBedrockConverse ### Bedrock -See a [usage example](docs/docs/integrations/llms/bedrock.ipynb). +See a [usage example](/docs/docs/integrations/llms/bedrock.ipynb). ```python from langchain_aws import BedrockLLM