Skip to content

Commit 0764673

Browse files
authored
Update documentation link for Vertex AI (#2099)
1 parent 08814d9 commit 0764673

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

audio/speech/use-cases/podcast/multi-speaker-podcast.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"source": [
103103
"## Overview\n",
104104
"\n",
105-
"This notebook demonstrates how to use the [Gemini API in Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/overview) to generate an engaging multi-speaker podcast using studio voices in the [Text-to-Speech API](https://cloud.google.com/text-to-speech). \n",
105+
"This notebook demonstrates how to use the [Gemini API in Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs) to generate an engaging multi-speaker podcast using studio voices in the [Text-to-Speech API](https://cloud.google.com/text-to-speech). \n",
106106
"\n",
107107
"> **NOTE:** [Generate dialogue with multiple speakers](https://cloud.google.com/text-to-speech/docs/create-dialogue-with-multispeakers) is only available to projects in allowlist. Please [contact Google Cloud](https://cloud.google.com/contact) if you want to use this feature.\n",
108108
"\n",

audio/speech/use-cases/storytelling/storytelling.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"source": [
9999
"## Overview\n",
100100
"\n",
101-
"This notebook demonstrates how to use the [Gemini API in Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/overview) to generate a play script and create an audio performance with each character having a distinct voice using the [Text-to-Speech API](https://cloud.google.com/text-to-speech).\n",
101+
"This notebook demonstrates how to use the [Gemini API in Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs) to generate a play script and create an audio performance with each character having a distinct voice using the [Text-to-Speech API](https://cloud.google.com/text-to-speech).\n",
102102
"\n",
103103
"The steps performed include:\n",
104104
"\n",

gemini/agents/research-multi-agents/intro_research_multi_agents_gemini_2_0.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"Google Gen AI APIs and models including Gemini are available in the following two API services:\n",
355355
"\n",
356356
"- **[Google AI for Developers](https://ai.google.dev/gemini-api/docs)**: Experiment, prototype, and deploy small projects.\n",
357-
"- **[Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/overview)**: Build enterprise-ready projects on Google Cloud.\n",
357+
"- **[Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs)**: Build enterprise-ready projects on Google Cloud.\n",
358358
"\n",
359359
"The Google Gen AI SDK provides a unified interface to these two API services.\n",
360360
"\n",

gemini/code-execution/intro_code_execution.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"Google Gen AI APIs and models including Gemini are available in the following two API services:\n",
209209
"\n",
210210
"- [Google AI for Developers](https://ai.google.dev/gemini-api/docs): Experiment, prototype, and deploy small projects.\n",
211-
"- [Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/overview): Build enterprise-ready projects on Google Cloud.\n",
211+
"- [Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs): Build enterprise-ready projects on Google Cloud.\n",
212212
"The Google Gen AI SDK provides a unified interface to these two API services.\n",
213213
"\n",
214214
"This notebook shows how to use the Google Gen AI SDK with the Gemini API in Vertex AI."

gemini/getting-started/intro_gemini_2_0_flash.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@
961961
" model=MODEL_ID,\n",
962962
" contents=[\n",
963963
" Part.from_uri(\n",
964-
" file_uri=\"https://cloud.google.com/vertex-ai/generative-ai/docs/overview\",\n",
964+
" file_uri=\"https://cloud.google.com/vertex-ai/generative-ai/docs\",\n",
965965
" mime_type=\"text/html\",\n",
966966
" ),\n",
967967
" \"Write a summary of this documentation.\",\n",

gemini/getting-started/intro_gemini_2_0_flash_lite.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"Google Gen AI APIs and models including Gemini are available in the following two API services:\n",
202202
"\n",
203203
"- **[Google AI for Developers](https://ai.google.dev/gemini-api/docs)**: Experiment, prototype, and deploy small projects.\n",
204-
"- **[Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/overview)**: Build enterprise-ready projects on Google Cloud.\n",
204+
"- **[Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs)**: Build enterprise-ready projects on Google Cloud.\n",
205205
"\n",
206206
"The Google Gen AI SDK provides a unified interface to these two API services.\n",
207207
"\n",
@@ -927,7 +927,7 @@
927927
"source": [
928928
"### Send web page\n",
929929
"\n",
930-
"This example is from the [Generative AI on Vertex AI documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/overview).\n",
930+
"This example is from the [Generative AI on Vertex AI documentation](https://cloud.google.com/vertex-ai/generative-ai/docs).\n",
931931
"\n",
932932
"**NOTE:** The URL must be publicly accessible."
933933
]
@@ -944,7 +944,7 @@
944944
" model=MODEL_ID,\n",
945945
" contents=[\n",
946946
" Part.from_uri(\n",
947-
" file_uri=\"https://cloud.google.com/vertex-ai/generative-ai/docs/overview\",\n",
947+
" file_uri=\"https://cloud.google.com/vertex-ai/generative-ai/docs\",\n",
948948
" mime_type=\"text/html\",\n",
949949
" ),\n",
950950
" \"Write a summary of this documentation.\",\n",

gemini/getting-started/intro_gemini_2_5_flash.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"Google Gen AI APIs and models including Gemini are available in the following two API services:\n",
213213
"\n",
214214
"- **[Gemini Developer API](https://ai.google.dev/gemini-api/docs)**: Experiment, prototype, and deploy small projects.\n",
215-
"- **[Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/overview)**: Build enterprise-ready projects on Google Cloud.\n",
215+
"- **[Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs)**: Build enterprise-ready projects on Google Cloud.\n",
216216
"\n",
217217
"The Google Gen AI SDK provides a unified interface to these two API services."
218218
]
@@ -1131,7 +1131,7 @@
11311131
"source": [
11321132
"### Send web page\n",
11331133
"\n",
1134-
"This example is from the [Generative AI on Vertex AI documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/overview).\n",
1134+
"This example is from the [Generative AI on Vertex AI documentation](https://cloud.google.com/vertex-ai/generative-ai/docs).\n",
11351135
"\n",
11361136
"**NOTE:** The URL must be publicly accessible."
11371137
]
@@ -1148,7 +1148,7 @@
11481148
" model=MODEL_ID,\n",
11491149
" contents=[\n",
11501150
" Part.from_uri(\n",
1151-
" file_uri=\"https://cloud.google.com/vertex-ai/generative-ai/docs/overview\",\n",
1151+
" file_uri=\"https://cloud.google.com/vertex-ai/generative-ai/docs\",\n",
11521152
" mime_type=\"text/html\",\n",
11531153
" ),\n",
11541154
" \"Write a summary of this documentation.\",\n",

gemini/getting-started/intro_gemini_2_5_pro.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"Google Gen AI APIs and models including Gemini are available in the following two API services:\n",
214214
"\n",
215215
"- **[Gemini Developer API](https://ai.google.dev/gemini-api/docs)**: Experiment, prototype, and deploy small projects.\n",
216-
"- **[Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/overview)**: Build enterprise-ready projects on Google Cloud.\n",
216+
"- **[Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs)**: Build enterprise-ready projects on Google Cloud.\n",
217217
"\n",
218218
"The Google Gen AI SDK provides a unified interface to these two API services."
219219
]
@@ -1016,7 +1016,7 @@
10161016
"source": [
10171017
"### Send web page\n",
10181018
"\n",
1019-
"This example is from the [Generative AI on Vertex AI documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/overview).\n",
1019+
"This example is from the [Generative AI on Vertex AI documentation](https://cloud.google.com/vertex-ai/generative-ai/docs).\n",
10201020
"\n",
10211021
"**NOTE:** The URL must be publicly accessible."
10221022
]
@@ -1033,7 +1033,7 @@
10331033
" model=MODEL_ID,\n",
10341034
" contents=[\n",
10351035
" Part.from_uri(\n",
1036-
" file_uri=\"https://cloud.google.com/vertex-ai/generative-ai/docs/overview\",\n",
1036+
" file_uri=\"https://cloud.google.com/vertex-ai/generative-ai/docs\",\n",
10371037
" mime_type=\"text/html\",\n",
10381038
" ),\n",
10391039
" \"Write a summary of this documentation.\",\n",

gemini/getting-started/intro_gemini_express.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@
796796
"source": [
797797
"### Send web page\n",
798798
"\n",
799-
"This example is from the [Generative AI on Vertex AI documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/overview).\n",
799+
"This example is from the [Generative AI on Vertex AI documentation](https://cloud.google.com/vertex-ai/generative-ai/docs).\n",
800800
"\n",
801801
"**NOTE:** The URL must be publicly accessible."
802802
]
@@ -813,7 +813,7 @@
813813
" model=MODEL_ID,\n",
814814
" contents=[\n",
815815
" Part.from_uri(\n",
816-
" file_uri=\"https://cloud.google.com/vertex-ai/generative-ai/docs/overview\",\n",
816+
" file_uri=\"https://cloud.google.com/vertex-ai/generative-ai/docs\",\n",
817817
" mime_type=\"text/html\",\n",
818818
" ),\n",
819819
" \"Write a summary of this documentation.\",\n",

gemini/getting-started/intro_genai_sdk.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"Google Gen AI APIs and models including Gemini are available in the following two API services:\n",
223223
"\n",
224224
"- **[Google AI for Developers](https://ai.google.dev/gemini-api/docs)**: Experiment, prototype, and deploy small projects.\n",
225-
"- **[Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs/overview)**: Build enterprise-ready projects on Google Cloud.\n",
225+
"- **[Vertex AI](https://cloud.google.com/vertex-ai/generative-ai/docs)**: Build enterprise-ready projects on Google Cloud.\n",
226226
"\n",
227227
"The Gen AI SDK provided an unified interface to these two API services. This notebook shows how to use the Gen AI SDK in Vertex AI."
228228
]

0 commit comments

Comments
 (0)