Skip to content

Commit c6c63bc

Browse files
alexander-fensterJustinBeckwith
authored andcommitted
docs: replace google/ with googleapis/ in URIs (googleapis#472)
1 parent 23ea6a8 commit c6c63bc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install google-auth-library
1818
```
1919

2020
## Upgrading to 1.x
21-
The `1.x` release includes a variety of bug fixes, new features, and breaking changes. Please take care, and see [the release notes](https://github.com/google/google-auth-library-nodejs/releases/tag/v1.0.0) for a list of breaking changes, and the upgrade guide.
21+
The `1.x` release includes a variety of bug fixes, new features, and breaking changes. Please take care, and see [the release notes](https://github.com/googleapis/google-auth-library-nodejs/releases/tag/v1.0.0) for a list of breaking changes, and the upgrade guide.
2222

2323
## Ways to authenticate
2424
This library provides a variety of ways to authenticate to your Google services.
@@ -161,7 +161,7 @@ main();
161161
```
162162

163163
#### Handling token events
164-
This library will automatically obtain an `access_token`, and automatically refresh the `access_token` if a `refresh_token` is present. The `refresh_token` is only returned on the [first authorization](https://github.com/google/google-api-nodejs-client/issues/750#issuecomment-304521450), so if you want to make sure you store it safely. An easy way to make sure you always store the most recent tokens is to use the `tokens` event:
164+
This library will automatically obtain an `access_token`, and automatically refresh the `access_token` if a `refresh_token` is present. The `refresh_token` is only returned on the [first authorization](https://github.com/googleapis/google-api-nodejs-client/issues/750#issuecomment-304521450), so if you want to make sure you store it safely. An easy way to make sure you always store the most recent tokens is to use the `tokens` event:
165165

166166
```js
167167
const client = await auth.getClient();
@@ -351,20 +351,20 @@ This library is licensed under Apache 2.0. Full license text is available in [LI
351351
[authdocs]: https://developers.google.com/accounts/docs/OAuth2Login
352352
[axios]: https://github.com/axios/axios
353353
[axiosOpts]: https://github.com/axios/axios#request-config
354-
[bugs]: https://github.com/google/google-auth-library-nodejs/issues
355-
[circle-image]: https://circleci.com/gh/google/google-auth-library-nodejs.svg?style=svg
356-
[circle-url]: https://circleci.com/gh/google/google-auth-library-nodejs
357-
[codecov-image]: https://codecov.io/gh/google/google-auth-library-nodejs/branch/master/graph/badge.svg
358-
[codecov-url]: https://codecov.io/gh/google/google-auth-library-nodejs
359-
[contributing]: https://github.com/google/google-auth-library-nodejs/blob/master/.github/CONTRIBUTING.md
360-
[copying]: https://github.com/google/google-auth-library-nodejs/tree/master/LICENSE
361-
[david-dm-img]: https://david-dm.org/google/google-auth-library-nodejs/status.svg
362-
[david-dm]: https://david-dm.org/google/google-auth-library-nodejs
354+
[bugs]: https://github.com/googleapis/google-auth-library-nodejs/issues
355+
[circle-image]: https://circleci.com/gh/googleapis/google-auth-library-nodejs.svg?style=svg
356+
[circle-url]: https://circleci.com/gh/googleapis/google-auth-library-nodejs
357+
[codecov-image]: https://codecov.io/gh/googleapis/google-auth-library-nodejs/branch/master/graph/badge.svg
358+
[codecov-url]: https://codecov.io/gh/googleapis/google-auth-library-nodejs
359+
[contributing]: https://github.com/googleapis/google-auth-library-nodejs/blob/master/.github/CONTRIBUTING.md
360+
[copying]: https://github.com/googleapis/google-auth-library-nodejs/tree/master/LICENSE
361+
[david-dm-img]: https://david-dm.org/googleapis/google-auth-library-nodejs/status.svg
362+
[david-dm]: https://david-dm.org/googleapis/google-auth-library-nodejs
363363
[node]: http://nodejs.org/
364364
[npmimg]: https://img.shields.io/npm/v/google-auth-library.svg
365365
[npm]: https://www.npmjs.org/package/google-auth-library
366366
[oauth]: https://developers.google.com/identity/protocols/OAuth2
367-
[snyk-image]: https://snyk.io/test/github/google/google-auth-library-nodejs/badge.svg
368-
[snyk-url]: https://snyk.io/test/github/google/google-auth-library-nodejs
367+
[snyk-image]: https://snyk.io/test/github/googleapis/google-auth-library-nodejs/badge.svg
368+
[snyk-url]: https://snyk.io/test/github/googleapis/google-auth-library-nodejs
369369
[stackoverflow]: http://stackoverflow.com/questions/tagged/google-auth-library-nodejs
370370
[devconsole]: https://console.developer.google.com

0 commit comments

Comments
 (0)