From c9962290df7bacdd593f1561c278d8c0cd7910fd Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Tue, 27 May 2025 21:54:10 +0000 Subject: [PATCH] Add mapping for a2a repos. --- 404.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/404.html b/404.html index c43ae24..c2c8845 100644 --- a/404.html +++ b/404.html @@ -104,6 +104,8 @@

404

'google-oauth-java-client': 'googleapis', 'oauth2client': 'googleapis', 'iree': 'openxla', + 'a2a-python': 'google-a2a', + 'A2A': 'google-a2a', }; var repoRegex = new RegExp('^/([^/]+)(/|$)');