aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-03 19:23:57 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-03 19:23:57 -0800
commita9686f643353a74c299461d700ef036d857ab72d (patch)
tree4ec07dcdb217a0073a1edd2bcc2ebad2e5b9c881
parentdb026e7ceeb346e4ab920c3e2d0fc63f6e94e69d (diff)
parentcbf2dfed8823fc2768bf5cbc173c864ab21ff9f8 (diff)
Merge pull request #4588 from sammcveety/patch-1
Update link in credentials.h to point to grpc.io
-rw-r--r--include/grpc++/security/credentials.h2
1 files changed, 1 insertions, 1 deletions
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;