Skip to content

Commit

Permalink
docs: Fix broken link (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
ouadie-lahdioui authored and JustinBeckwith committed Jul 16, 2018
1 parent f105d3a commit 9b37445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ When HTTP_PROXY / http_proxy are set, they will be used to proxy non-SSL request
## Compute
If your application is running on Google Cloud Platform, you can authenticate using the default service account or by specifying a specific service account.

**Note**: In most cases, you will want to use [Application Default Credentials](choosing-the-correct-credential-type-automatically). Direct use of the `Compute` class is for very specific scenarios.
**Note**: In most cases, you will want to use [Application Default Credentials](#choosing-the-correct-credential-type-automatically). Direct use of the `Compute` class is for very specific scenarios.

``` js
const {Compute} = require('google-auth-library');
Expand Down

0 comments on commit 9b37445

Please sign in to comment.