From bb00c9519d6e00bcc5041e2b0ba4984275b3636d Mon Sep 17 00:00:00 2001 From: "Wei Sun (Jack)" Date: Tue, 20 May 2025 11:29:23 -0700 Subject: [PATCH] chore: Adds link to Java ADK in README.md PiperOrigin-RevId: 761162478 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5fcbd8..8ae1fd6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@

Important Links: Docs & - Samples. + Samples & + Java ADK.

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