Skip to content

Commit

Permalink
Update API Discovery Document's relative link
Browse files Browse the repository at this point in the history
  • Loading branch information
induratized committed Jun 8, 2020
1 parent e96abcb commit 945d206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 945d206

Please sign in to comment.