Skip to content

Commit 72cc4c7

Browse files
authored
Merge pull request google#670 from valtism/patch-1
Fix link to auth example
2 parents 45eb4b4 + e82ec06 commit 72cc4c7

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
@@ -15,7 +15,7 @@ The following sections show 3 common ways of using the JavaScript client library
1515

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

18-
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).
18+
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).
1919

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

0 commit comments

Comments
 (0)