Skip to content

Commit e96abcb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)