Skip to content

Commit

Permalink
Merge pull request #670 from valtism/patch-1
Browse files Browse the repository at this point in the history
Fix link to auth example
  • Loading branch information
dvanderb committed Sep 18, 2020
2 parents 45eb4b4 + e82ec06 commit 72cc4c7
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 @@ -15,7 +15,7 @@ The following sections show 3 common ways of using the JavaScript client library

### Option 1: Load the API discovery document, then assemble the request.

The following example assumes the user has already signed in. For a full example of how to sign in a user, see the [full auth sample](https://developers.google.com/api-client-library/javascript/samples/samples#authorizing-and-making-authorized-requests).
The following example assumes the user has already signed in. For a full example of how to sign in a user, see the [full auth sample](https://github.com/google/google-api-javascript-client/blob/master/docs/samples.md#authorizing-and-making-authorized-requests).

```html
<script src="https://apis.google.com/js/api.js"></script>
Expand Down

0 comments on commit 72cc4c7

Please sign in to comment.