Skip to content

Commit

Permalink
Fix link to auth example
Browse files Browse the repository at this point in the history
Seems that the link forwarding is going to the wrong place. Fixed that.
  • Loading branch information
valtism committed Sep 15, 2020
1 parent 45eb4b4 commit e82ec06
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 e82ec06

Please sign in to comment.