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 examples/simple_chat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion examples/travel_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions packages/genui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down