From e131665f48e8801413d35b1b376da6178b577155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ros=C3=A1rio=20P=2E=20Fernandes?= Date: Wed, 10 Jan 2024 10:09:47 +0000 Subject: [PATCH 1/2] docs: fix wrong url in sample app readme --- samples/node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/node/README.md b/samples/node/README.md index 1e7f70a7..a75a1875 100644 --- a/samples/node/README.md +++ b/samples/node/README.md @@ -32,4 +32,4 @@ This sample assumes that you're providing an `API_KEY` environment variable. ## Documentation -- [Quickstart: Get started with the Gemini API in Node.js applications](https://googledevai.google.com/tutorials/node_quickstart) +- [Quickstart: Get started with the Gemini API in Node.js applications](https://ai.google.dev/tutorials/node_quickstart) From d50c46fd1aab423a0dc3445c5437eb221764908c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ros=C3=A1rio=20P=2E=20Fernandes?= Date: Wed, 10 Jan 2024 10:10:23 +0000 Subject: [PATCH 2/2] docs: fix wrong url in sample app readme --- samples/web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/web/README.md b/samples/web/README.md index 324ec987..9149689a 100644 --- a/samples/web/README.md +++ b/samples/web/README.md @@ -22,4 +22,4 @@ This sample showcases the following API capablilites: ## Documentation -- [Quickstart: Get started with the Gemini API in web apps](https://googledevai.google.com/tutorials/web_quickstart) +- [Quickstart: Get started with the Gemini API in web apps](https://ai.google.dev/tutorials/web_quickstart)