From f949dbdafbc377ae00806b484e0e2daa54b0baaa Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Mon, 5 Feb 2024 14:12:18 -0600 Subject: [PATCH] fix bad reference in mkdocs --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index ad65342..38faa9c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ nav: - Metadata: concepts_metadata.md - Integrations: - OpenAI: integrations_openai.md - - Bedrock: integrations_bedrock.md + - Bedrock: integrations_amazon_bedrock.md - HuggingFace Inference Endpoints: integrations_huggingface_inference_endpoints.md - Support: - Changelog: support_changelog.md