Skip to content
Open
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
6 changes: 3 additions & 3 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p align="center">
<a href="https://a2a-protocol.org">Documentation</a> |
<a href="https://a2a-protocol.org/latest/specification/">Specification</a> |
<a href="https://github.com/orgs/a2aproject/discussions">Discussions</a>
<a href="https://github.com/a2aproject/A2A/discussions">Discussions</a>
</p>

The Agent2Agent (A2A) Protocol is an open standard designed to facilitate communication and interoperability between independent, potentially opaque AI agent systems. In an ecosystem where agents might be built using different frameworks, languages, or by different vendors, A2A provides a common language and interaction model, enabling agents to discover capabilities, negotiate modalities, and collaborate on complex tasks.
Expand Down Expand Up @@ -47,9 +47,9 @@ Join this short course on [A2A: The Agent2Agent Protocol](https://goo.gle/dlai-a

## 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.
Copy link
Copy Markdown

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
Copy Markdown

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.


Have questions? Join the discussion in our [community forum](https://github.com/orgs/a2aproject/discussions).
Have questions? Join the discussion in our [community forum](https://github.com/a2aproject/A2A/discussions).

## About

Expand Down