Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cloud-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://docs.anthropic.com/en/docs/claude-code/github-actions#using-with-aws-bedrock-%26-google-vertex-ai).
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:).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Critical: Malformed URL with trailing colon

The URL fragment #for-aws-bedrock: contains an unencoded trailing colon that will prevent the browser from correctly jumping to the target section.

The correct URL should be either:

  • https://code.claude.com/docs/en/github-actions#for-aws-bedrock (without the colon), or
  • https://code.claude.com/docs/en/github-actions#for-aws-bedrock%3A (with URL-encoded colon)

Additionally, the link text mentions "AWS Bedrock and Google Vertex AI" but the anchor only points to the AWS Bedrock section. Consider either:

  1. Linking to a parent section that covers both providers
  2. Splitting into two separate links for clarity
  3. Updating the link text to only mention AWS Bedrock


**Note**:

Expand Down
Loading