Skip to content

Commit

Permalink
docs(auth): fix Go doc comment link (googleapis#10751)
Browse files Browse the repository at this point in the history
Fix link in Go doc comment per https://go.dev/doc/comment#links, so that
it renders properly on pkgsite.
  • Loading branch information
julieqiu authored Aug 23, 2024
1 parent bcb38bd commit 015acfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,9 @@ func (t *Token) isEmpty() bool {
}

// Credentials holds Google credentials, including
// [Application Default Credentials](https://developers.google.com/accounts/docs/application-default-credentials).
// [Application Default Credentials].
//
// [Application Default Credentials]: https://developers.google.com/accounts/docs/application-default-credentials
type Credentials struct {
json []byte
projectID CredentialsPropertyProvider
Expand Down

0 comments on commit 015acfa

Please sign in to comment.