From 9a2db9770865eb93cc8a73a668eb1074619f69de Mon Sep 17 00:00:00 2001 From: Jeremy Schoemaker Date: Fri, 7 Aug 2026 09:56:43 -0500 Subject: [PATCH] docs: fix broken Bedrock anchor in cloud-providers.md (#1579) The link pointed at `#for-aws-bedrock:`, which does not exist on the github-actions docs page, so it landed readers at the top of a long page instead of the Bedrock section. The current heading id is `#using-with-amazon-bedrock-and-google-cloud`. --- docs/cloud-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud-providers.md b/docs/cloud-providers.md index a02846df..43934faf 100644 --- a/docs/cloud-providers.md +++ b/docs/cloud-providers.md @@ -7,7 +7,7 @@ You can authenticate with Claude using any of these four methods: 3. Google Vertex AI with OIDC authentication 4. Microsoft Foundry with OIDC authentication -For detailed setup instructions for AWS Bedrock and Google Vertex AI, see the [official documentation](https://code.claude.com/docs/en/github-actions#for-aws-bedrock:). +For detailed setup instructions for AWS Bedrock and Google Vertex AI, see the [official documentation](https://code.claude.com/docs/en/github-actions#using-with-amazon-bedrock-and-google-cloud). **Note**: