-
Notifications
You must be signed in to change notification settings - Fork 3
docs: fix some deak links #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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. | ||||||
|
|
@@ -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. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. While
Suggested change
|
||||||
|
|
||||||
| 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 | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.