From 1c0071cd64d2d1bc94fe116f50e9553c377e1912 Mon Sep 17 00:00:00 2001 From: Pavel Jbanov Date: Wed, 19 Nov 2025 08:00:48 -0500 Subject: [PATCH] chore(js/plugins/google-genai): Update error message URL for API key instructions https://genkit.dev/docs/integrations/google-genai --- js/plugins/google-genai/src/vertexai/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugins/google-genai/src/vertexai/utils.ts b/js/plugins/google-genai/src/vertexai/utils.ts index fc28ae984e..f2f9382fea 100644 --- a/js/plugins/google-genai/src/vertexai/utils.ts +++ b/js/plugins/google-genai/src/vertexai/utils.ts @@ -294,7 +294,7 @@ export const MISSING_API_KEY_ERROR = new GenkitError({ status: 'FAILED_PRECONDITION', message: 'Please pass in the API key or set the VERTEX_API_KEY or GOOGLE_API_KEY environment variable.\n' + - 'For more details see https://firebase.google.com/docs/genkit/plugins/google-genai', + 'For more details see https://genkit.dev/docs/integrations/google-genai', }); export const API_KEY_FALSE_ERROR = new GenkitError({