doc: fix broken link in auth doc (#2613)

This commit is contained in:
Menghan Li
2019-02-07 13:26:12 -08:00
committed by GitHub
parent f959f2e843
commit 23ef1279c1
3 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ server.Serve(lis)
# OAuth2
For an example of how to configure client and server to use OAuth2 tokens, see
[here](https://github.com/grpc/grpc-go/blob/master/examples/oauth/).
[here](https://github.com/grpc/grpc-go/tree/master/examples/features/authentication).
## Validating a token on the server