Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/agents/fun-facts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion python/agents/retail-ai-location-strategy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading