Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

Commit e96abcb

Browse files
authored
Updated link for API Discovery Document(s)
1 parent f0abdb5 commit e96abcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can use the JavaScript client library to interact with Google APIs, such as
88
There are several ways to use the JavaScript client library to make API requests, but they all follow the same basic pattern:
99

1010
1. The application loads the JavaScript client library.
11-
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).
11+
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).
1212
3. The application sends a request and processes the response.
1313

1414
The following sections show 3 common ways of using the JavaScript client library.

0 commit comments

Comments
 (0)