From a1e14411159fd9f3e114e15b39b4949d0fd6ecb1 Mon Sep 17 00:00:00 2001 From: Liang Wu <18244712+wuliang229@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:26:45 -0700 Subject: [PATCH] fix: update contributing links Merge https://github.com/google/adk-python/pull/1528 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1528 from google:doc ec8325e126aba7257de73ab26d8d3a30064859b4 PiperOrigin-RevId: 775383121 --- .gitignore | 1 + CONTRIBUTING.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6fb068d4..6f398cbf 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,7 @@ log/ .env.development.local .env.test.local .env.production.local +uv.lock # Google Cloud specific .gcloudignore diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0f3d006..0d7b2d67 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -200,7 +200,7 @@ For any changes that impact user-facing documentation (guides, API reference, tu ## Contributing Resources -[Contributing folder](https://github.com/google/adk-python/tree/main/contributing/samples) has resources that is helpful for contributors. +[Contributing folder](https://github.com/google/adk-python/tree/main/contributing) has resources that is helpful for contributors. ## Code reviews diff --git a/README.md b/README.md index 7bd5e740..874658d0 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ adk eval \ ## 🤝 Contributing 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). +- [General contribution guideline and flow](https://google.github.io/adk-docs/contributing-guide/). - Then if you want to contribute code, please read [Code Contributing Guidelines](./CONTRIBUTING.md) to get started. ## 📄 License