From f8e8659bcb7337907e1a2b2b5e8cdb611efc9a08 Mon Sep 17 00:00:00 2001 From: Zayan Khan Date: Wed, 22 Jul 2026 15:04:02 -0400 Subject: [PATCH] docs: fix broken links in retail and android fun-facts READMEs The retail-ai-location-strategy README links LICENSE in its own directory; the file lives at the repository root. The android fun-facts README points ../../kotlin/... which resolves to android/kotlin/; one more level reaches the Kotlin samples. Co-Authored-By: Claude Fable 5 --- android/agents/fun-facts/README.md | 2 +- python/agents/retail-ai-location-strategy/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/agents/fun-facts/README.md b/android/agents/fun-facts/README.md index 435085933b..d77c649fc4 100644 --- a/android/agents/fun-facts/README.md +++ b/android/agents/fun-facts/README.md @@ -8,7 +8,7 @@ facts about any topic, with a Jetpack Compose chat interface. The Fun Facts Agent is a single-agent sample designed to demonstrate how to integrate ADK Kotlin into a native Android application. It wraps the same -fun-facts agent from the [Kotlin samples](../../kotlin/agents/fun-facts/) in a +fun-facts agent from the [Kotlin samples](../../../kotlin/agents/fun-facts/) in a Compose-based chat UI, using `InMemoryRunner` inside a ViewModel to manage agent interactions. diff --git a/python/agents/retail-ai-location-strategy/README.md b/python/agents/retail-ai-location-strategy/README.md index 9fcd24cc70..a0a2cf708f 100644 --- a/python/agents/retail-ai-location-strategy/README.md +++ b/python/agents/retail-ai-location-strategy/README.md @@ -423,4 +423,4 @@ Users are solely responsible for any further development, testing, security hard ## License -Apache 2.0 - See [LICENSE](LICENSE) for details. +Apache 2.0 - See [LICENSE](../../../LICENSE) for details.