From cbf2dfed8823fc2768bf5cbc173c864ab21ff9f8 Mon Sep 17 00:00:00 2001 From: sammcveety <sam.mcveety@gmail.com> Date: Sun, 3 Jan 2016 19:36:23 -0700 Subject: [PATCH] Update link in credentials.h to point to grpc.io --- include/grpc++/security/credentials.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/grpc++/security/credentials.h b/include/grpc++/security/credentials.h index e5652dc184..3823b776cb 100644 --- a/include/grpc++/security/credentials.h +++ b/include/grpc++/security/credentials.h @@ -80,7 +80,7 @@ class ChannelCredentials : public GrpcLibrary { /// A call credentials object encapsulates the state needed by a client to /// authenticate with a server for a given call on a channel. /// -/// \see https://github.com/grpc/grpc/blob/master/doc/grpc-auth-support.md +/// \see http://www.grpc.io/docs/guides/auth.html class CallCredentials : public GrpcLibrary { public: ~CallCredentials() GRPC_OVERRIDE; -- GitLab