Skip to content

docs: fix some deak links#2

Open
whynowy wants to merge 1 commit intoa2aproject:mainfrom
whynowy:fixlinks
Open

docs: fix some deak links#2
whynowy wants to merge 1 commit intoa2aproject:mainfrom
whynowy:fixlinks

Conversation

@whynowy
Copy link

@whynowy whynowy commented Mar 11, 2026

Fix some dead links:

  • Contributing guide
  • Discussion link - it looks like org discussion is not enabled, updating the link to A2A repo discussion

Signed-off-by: Derek Wang <whynowy@gmail.com>
@gemini-code-assist
Copy link

Summary of Changes

Hello, 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 focuses on improving the accuracy and usability of the project's documentation by resolving broken links within the main README file. The changes ensure that users can correctly access the contributing guide and the community discussion forum, enhancing the overall user experience and maintainability of the project's entry point.

Highlights

  • Discussion Link: The discussion link in the README has been updated from an organization-level discussion URL to the correct repository-specific discussion URL, addressing a dead link.
  • Contributing Guide Link: The relative path for the 'contributing guide' link has been corrected to ensure it points to the correct document.
Changelog
  • profile/README.md
    • Updated the 'Discussions' link in the header from an organization-level URL to a repository-specific URL.
    • Corrected the relative path for the 'contributing guide' link.
    • Updated the 'community forum' link from an organization-level URL to a repository-specific URL.
Activity
  • No human activity has been recorded on this pull request yet.
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 by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

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 pull request 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

  1. 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.

@whynowy
Copy link
Author

whynowy commented Mar 11, 2026

/gemini review

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request fixes a few broken links in the organization's profile README. The changes correctly update the discussions link and the path to the contributing guide. I've added one suggestion to use an absolute URL for the contributing guide to make it more robust. Also, there's a small typo in the pull request title ('deak' should be 'dead').

## Contributing

We welcome contributions of all kinds! Whether you want to fix bugs, improve documentation, or propose new protocol extensions, please see our [contributing guide](CONTRIBUTING.md) to get started.
We welcome contributions of all kinds! Whether you want to fix bugs, improve documentation, or propose new protocol extensions, please see our [contributing guide](../CONTRIBUTING.md) to get started.

Choose a reason for hiding this comment

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

medium

For better link robustness and clarity, it's recommended to use an absolute URL for the contributing guide instead of a relative one. Relative links can be fragile if the file structure changes or if the content is viewed outside of its intended GitHub context. Using an absolute URL ensures the link will always point to the correct location.

Suggested change
We welcome contributions of all kinds! Whether you want to fix bugs, improve documentation, or propose new protocol extensions, please see our [contributing guide](../CONTRIBUTING.md) to get started.
We welcome contributions of all kinds! Whether you want to fix bugs, improve documentation, or propose new protocol extensions, please see our [contributing guide](https://github.com/a2aproject/.github/blob/main/CONTRIBUTING.md) to get started.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request fixes a couple of dead links in the organization's profile README. The changes correctly update the discussion links. However, the fix for the 'contributing guide' link might not be robust. I've added a suggestion to use an absolute URL to ensure it works correctly. Also, there's a small typo in the pull request title ('deak' should be 'dead').

## Contributing

We welcome contributions of all kinds! Whether you want to fix bugs, improve documentation, or propose new protocol extensions, please see our [contributing guide](CONTRIBUTING.md) to get started.
We welcome contributions of all kinds! Whether you want to fix bugs, improve documentation, or propose new protocol extensions, please see our [contributing guide](../CONTRIBUTING.md) to get started.

Choose a reason for hiding this comment

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

medium

While ../CONTRIBUTING.md might resolve correctly in some contexts, using an absolute URL would be more robust, especially for a README displayed on an organization's profile page. This ensures the link will always point to the correct file, regardless of how the page is rendered. Other links in this file, like the one to the specification, are also absolute.

Suggested change
We welcome contributions of all kinds! Whether you want to fix bugs, improve documentation, or propose new protocol extensions, please see our [contributing guide](../CONTRIBUTING.md) to get started.
We welcome contributions of all kinds! Whether you want to fix bugs, improve documentation, or propose new protocol extensions, please see our [contributing guide](https://github.com/a2aproject/A2A/blob/main/CONTRIBUTING.md) to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant