From edca88d4eff6cdcada38612982806af784d07c6d Mon Sep 17 00:00:00 2001 From: Nan Yu Date: Thu, 15 Jan 2026 20:46:23 +0000 Subject: [PATCH] docs: Update sample directory navigation commands in READMEs. --- samples/agent/adk/contact_lookup/README.md | 2 +- samples/agent/adk/restaurant_finder/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/agent/adk/contact_lookup/README.md b/samples/agent/adk/contact_lookup/README.md index bf0ab276..1fdaad2e 100644 --- a/samples/agent/adk/contact_lookup/README.md +++ b/samples/agent/adk/contact_lookup/README.md @@ -13,7 +13,7 @@ This sample uses the Agent Development Kit (ADK) along with the A2A protocol to 1. Navigate to the samples directory: ```bash - cd a2a_samples/a2ui_contact_lookup + cd samples/agent/adk/contact_lookup ``` 2. Create an environment file with your API key: diff --git a/samples/agent/adk/restaurant_finder/README.md b/samples/agent/adk/restaurant_finder/README.md index 0d1b7110..e31aa1f8 100644 --- a/samples/agent/adk/restaurant_finder/README.md +++ b/samples/agent/adk/restaurant_finder/README.md @@ -13,7 +13,7 @@ This sample uses the Agent Development Kit (ADK) along with the A2A protocol to 1. Navigate to the samples directory: ```bash - cd a2a_samples/a2ui_restaurant_finder + cd samples/agent/adk/restaurant_finder ``` 2. Create an environment file with your API key: