From e30282217c9b6f1e0c2e735d1d74c0409c0e2269 Mon Sep 17 00:00:00 2001 From: Yuan Teoh Date: Sun, 12 Apr 2026 19:27:22 -0700 Subject: [PATCH] docs: fix links to mcp toolbox --- DEVELOPER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 517b701..653a56a 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -60,7 +60,7 @@ be successfully installed by the Gemini CLI. Currently, there are no automated unit or integration test suites within this repository. All functional testing must be performed manually. All tools -are currently tested in the [MCP Toolbox GitHub](https://github.com/googleapis/genai-toolbox). +are currently tested in the [MCP Toolbox GitHub](https://github.com/googleapis/mcp-toolbox). ### Other GitHub Checks @@ -101,7 +101,7 @@ The release process is automated using `release-please`. It consists of an autom #### Automated Changelog Enrichment Before a Release PR is even created, a special workflow automatically mirrors -relevant changelogs from the core `googleapis/genai-toolbox` dependency. This +relevant changelogs from the core `googleapis/mcp-toolbox` dependency. This ensures that the release notes for this extension accurately reflect important upstream changes.