From 04e58f38205acb0172ca7b6a6e70f797df8d9196 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 16 Sep 2015 18:03:32 -0700 Subject: [PATCH] Documentation: grpc-auth-support point at gRPC.io Instead of linking to the gRPC docs in github link to gRPC.io --- Documentation/grpc-auth-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/grpc-auth-support.md b/Documentation/grpc-auth-support.md index f80cbbdb..5a075f61 100644 --- a/Documentation/grpc-auth-support.md +++ b/Documentation/grpc-auth-support.md @@ -1,6 +1,6 @@ # Authentication -As outlined here gRPC supports a number of different mechanisms for asserting identity between an client and server. We'll present some code-samples here demonstrating how to provide TLS support encryption and identity assertions as well as passing OAuth2 tokens to services that support it. +As outlined in the [gRPC authentication guide](http://www.grpc.io/docs/guides/auth.html) there are a number of different mechanisms for asserting identity between an client and server. We'll present some code-samples here demonstrating how to provide TLS support encryption and identity assertions as well as passing OAuth2 tokens to services that support it. # Enabling TLS on a gRPC client