Skip to content

Commit 1c0071c

Browse files
authored
chore(js/plugins/google-genai): Update error message URL for API key instructions
https://genkit.dev/docs/integrations/google-genai
1 parent f639667 commit 1c0071c

File tree

1 file changed

+1
-1
lines changed
  • js/plugins/google-genai/src/vertexai

1 file changed

+1
-1
lines changed

js/plugins/google-genai/src/vertexai/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ export const MISSING_API_KEY_ERROR = new GenkitError({
294294
status: 'FAILED_PRECONDITION',
295295
message:
296296
'Please pass in the API key or set the VERTEX_API_KEY or GOOGLE_API_KEY environment variable.\n' +
297-
'For more details see https://firebase.google.com/docs/genkit/plugins/google-genai',
297+
'For more details see https://genkit.dev/docs/integrations/google-genai',
298298
});
299299

300300
export const API_KEY_FALSE_ERROR = new GenkitError({

0 commit comments

Comments
 (0)