diff --git a/firestore-translate-text/README.md b/firestore-translate-text/README.md index 4b6c6d264..be40fbb0e 100644 --- a/firestore-translate-text/README.md +++ b/firestore-translate-text/README.md @@ -86,7 +86,7 @@ To install an extension, your project must be on the [Blaze (pay as you go) plan * Translation Model: This extension provides the option to use Gemini 1.5 Pro for translations, which may provide more accurate and context-aware translations. The extension accesses the Gemini API using a Google AI API key that you can provide as a secret during installation. -* Google AI API key: If you selected AI Translations Using Gemini to perform translations, please provide a Google AI API key, which you can create here https://ai.google.dev/gemini-api/docs/api-key +* Google AI API key: If you selected AI Translations Using Gemini to perform translations, please provide a Google AI API key, which you can create here: https://ai.google.dev/gemini-api/docs/api-key * Translate existing documents?: Should existing documents in the Firestore collection be translated as well? If you've added new languages since a document was translated, this will fill those in as well. diff --git a/firestore-translate-text/extension.yaml b/firestore-translate-text/extension.yaml index 973555874..52b9cda3c 100644 --- a/firestore-translate-text/extension.yaml +++ b/firestore-translate-text/extension.yaml @@ -154,7 +154,7 @@ params: label: Google AI API key description: > If you selected AI Translations Using Gemini to perform translations, - please provide a Google AI API key, which you can create here + please provide a Google AI API key, which you can create here: https://ai.google.dev/gemini-api/docs/api-key type: secret required: false