From e96abcb554e2a5ce8d9d8d99095a11ab6ca1904b Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Mon, 8 Jun 2020 23:45:46 +0530 Subject: [PATCH 1/2] Updated link for API Discovery Document(s) --- docs/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start.md b/docs/start.md index ef87357..801348b 100644 --- a/docs/start.md +++ b/docs/start.md @@ -8,7 +8,7 @@ You can use the JavaScript client library to interact with Google APIs, such as There are several ways to use the JavaScript client library to make API requests, but they all follow the same basic pattern: 1. The application loads the JavaScript client library. -2. The application initializes the library with API key, OAuth client ID, and [API Discovery Document(s)](https://developers.google.com/api-client-library/javascript/features/discovery). +2. The application initializes the library with API key, OAuth client ID, and [API Discovery Document(s)](https://github.com/google/google-api-javascript-client/blob/master/docs/discovery.md). 3. The application sends a request and processes the response. The following sections show 3 common ways of using the JavaScript client library. From 945d206efa5a4c58e426a9d1e0a29ea5717774d2 Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Tue, 9 Jun 2020 00:54:40 +0530 Subject: [PATCH 2/2] Update API Discovery Document's relative link --- docs/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start.md b/docs/start.md index 801348b..cb914a0 100644 --- a/docs/start.md +++ b/docs/start.md @@ -8,7 +8,7 @@ You can use the JavaScript client library to interact with Google APIs, such as There are several ways to use the JavaScript client library to make API requests, but they all follow the same basic pattern: 1. The application loads the JavaScript client library. -2. The application initializes the library with API key, OAuth client ID, and [API Discovery Document(s)](https://github.com/google/google-api-javascript-client/blob/master/docs/discovery.md). +2. The application initializes the library with API key, OAuth client ID, and [API Discovery Document(s)](discovery.md). 3. The application sends a request and processes the response. The following sections show 3 common ways of using the JavaScript client library.