From 55e57209a58c34efceed054c1468f87fa09730a9 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Sun, 25 Jun 2023 00:17:45 +0300 Subject: [PATCH] docs: update link to google custom search --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 42ebfe917..0e328ce50 100644 --- a/README.MD +++ b/README.MD @@ -171,7 +171,7 @@ This video demonstrates how SuperCoder can be used to create simple applications |Keys|Accessing the keys| |--|--| |**OpenAI API Key**| Sign up and create an API key at [OpenAI Developer](https://beta.openai.com/signup/)| -|**Google API key**| Create a project in the [Google Cloud Console](https://console.cloud.google.com/) and enable the API you need (for example: Google Custom Search JSON API). Then, create an API key in the "Credentials" section.| +|**Google API key**| Create a project in the [Google Cloud Console](https://console.cloud.google.com/) and enable the API you need (for example: [Google Custom Search JSON API](https://developers.google.com/custom-search/v1/introduction)).| |**Custom search engine ID**| Visit [Google Programmable Search Engine](https://programmablesearchengine.google.com/about/) to create a custom search engine for your application and obtain the search engine ID.| 4. Ensure that Docker is installed in your system, if not, Install it from [here](https://docs.docker.com/get-docker/).