From 60725b5401f75d92507e9904476781d036eef006 Mon Sep 17 00:00:00 2001 From: Jayant Kolhe Date: Thu, 26 Feb 2015 11:51:25 -0800 Subject: [PATCH] Update README.md Fixed link the authentication information. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6004f7594f..4fd20535dfe 100644 --- a/README.md +++ b/README.md @@ -444,4 +444,4 @@ $ greeter_client ## Read more! - You can find links to language-specific tutorials, examples, and other docs in each language's [quick start](#quickstart). -- [gRPC Authentication Support]() introduces authentication support in gRPC with supported mechanisms and examples. +- [gRPC Authentication Support](https://github.com/grpc/grpc-common/blob/master/grpc-auth-support.md) introduces authentication support in gRPC with supported mechanisms and examples.