diff --git a/examples/simple_chat/README.md b/examples/simple_chat/README.md index bb0a8530a..0b2f3d232 100644 --- a/examples/simple_chat/README.md +++ b/examples/simple_chat/README.md @@ -32,4 +32,4 @@ The application's logic is contained almost entirely within `lib/chat_session.da ## Getting Started -Follow the instructions in the [run_app_with_gemini_key.md](../../docs/run_app_with_gemini_key.md). +Follow the instructions in the [run_app_with_gemini_key.md](../../docs/usage/run_app_with_gemini_key.md). diff --git a/examples/travel_app/README.md b/examples/travel_app/README.md index aebbfd157..4a268b8f9 100644 --- a/examples/travel_app/README.md +++ b/examples/travel_app/README.md @@ -34,7 +34,7 @@ This application can be run using either the **Google Generative AI** API direct ### Option 1: Google Generative AI (Default) -Follow the instructions in the [run_app_with_gemini_key.md](../../docs/run_app_with_gemini_key.md). +Follow the instructions in the [run_app_with_gemini_key.md](../../docs/usage/run_app_with_gemini_key.md). ### Option 2: Firebase Vertex AI diff --git a/packages/genui/CHANGELOG.md b/packages/genui/CHANGELOG.md index 2e3ba2b1c..4e3f4daf7 100644 --- a/packages/genui/CHANGELOG.md +++ b/packages/genui/CHANGELOG.md @@ -2,6 +2,8 @@ ## 0.8.1 (in progress) +- **Fix**: Fixed broken links to `run_app_with_gemini_key.md` in `travel_app` and `simple_chat` example READMEs (#783). + ## 0.8.0 - **BREAKING**: Updated package to align with A2UI v0.9 protocol and introduced extensive architectural changes.