fix(docs): correct AWS Claude documentation link#368
fix(docs): correct AWS Claude documentation link#368nekomeowww merged 1 commit intomoeru-ai:mainfrom
Conversation
Updated AWS Claude link in README from incorrect Microsoft Azure docs to proper Anthropic AWS Bedrock documentation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
✅ Deploy Preview for airi-vtuber ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for airi-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Summary of Changes
Hello @hung-ngm, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!
This pull request addresses a documentation inaccuracy by correcting an erroneous link for AWS Claude within the README.md file. The previous link incorrectly directed users to Microsoft Azure documentation, and this change updates it to the proper Anthropic AWS Bedrock documentation, ensuring users can access the correct resources.
Highlights
- Documentation Link Correction: The primary change involves updating an incorrect documentation link for AWS Claude in the README.md file. The old link incorrectly pointed to Microsoft Azure documentation, which has now been replaced with the official Anthropic AWS Bedrock documentation link.
Using Gemini Code Assist
The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.
Invoking Gemini
You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.
| Feature | Command | Description |
|---|---|---|
| Code Review | /gemini review |
Performs a code review for the current pull request in its current state. |
| Pull Request Summary | /gemini summary |
Provides a summary of the current pull request in its current state. |
| Comment | @gemini-code-assist | Responds in comments when explicitly tagged, both in issue comments and review comments. |
| Help | /gemini help |
Displays a list of available commands. |
Customization
To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.
Limitations & Feedback
Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.
You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.
Footnotes
-
Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution. ↩
There was a problem hiding this comment.
Code Review
This pull request correctly fixes an incorrect documentation link for AWS Claude in the README.md file. The change replaces a URL pointing to Microsoft Azure documentation with the correct link to Anthropic's documentation for Claude on Amazon Bedrock. This is a valuable correction for potential contributors. I have one minor suggestion to further improve the accuracy of the link's text.
| - [ ] [Azure OpenAI API](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference) (PR welcome) | ||
| - [x] [Anthropic Claude](https://anthropic.com) | ||
| - [ ] [AWS Claude](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference) (PR welcome) | ||
| - [ ] [AWS Claude](https://docs.anthropic.com/en/api/claude-on-amazon-bedrock) (PR welcome) |
There was a problem hiding this comment.
For improved accuracy and alignment with official terminology, consider updating the link text from AWS Claude to Claude on Amazon Bedrock. The linked documentation consistently refers to the service by the latter name.
| - [ ] [AWS Claude](https://docs.anthropic.com/en/api/claude-on-amazon-bedrock) (PR welcome) | |
| - [ ] [Claude on Amazon Bedrock](https://docs.anthropic.com/en/api/claude-on-amazon-bedrock) (PR welcome) |
Summary
Test plan
🤖 Generated with Claude Code