chore: Adds link to Java ADK in README.md

PiperOrigin-RevId: 761162478
This commit is contained in:
Wei Sun (Jack) 2025-05-20 11:29:23 -07:00 committed by Copybara-Service
parent 00798af881
commit bb00c9519d

View File

@ -14,7 +14,8 @@
<h3 align="center">
Important Links:
<a href="https://google.github.io/adk-docs/">Docs</a> &
<a href="https://github.com/google/adk-samples">Samples</a>.
<a href="https://github.com/google/adk-samples">Samples</a> &
<a href="https://github.com/google/adk-java">Java ADK</a>.
</h3>
</html>
@ -132,7 +133,7 @@ for how they can work together.
## 🤝 Contributing
We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our
We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our
- [General contribution guideline and flow](https://google.github.io/adk-docs/contributing-guide/#questions).
- Then if you want to contribute code, please read [Code Contributing Guidelines](./CONTRIBUTING.md) to get started.