aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/security
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-12-28 12:39:44 -0800
committerGravatar Julien Boeuf <jboeuf@google.com>2015-12-28 12:39:44 -0800
commit77bc16e38e5a85d821c754d0d7c7b06148c7626d (patch)
tree8d9e98313c97ac03c9033ea1ad56cf39ce50133e /include/grpc++/security
parent08ae945aac08bc36f77304ea06f826a4cf52b091 (diff)
Fixing cpp auth doc pointers.
Diffstat (limited to 'include/grpc++/security')
-rw-r--r--include/grpc++/security/credentials.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/security/credentials.h b/include/grpc++/security/credentials.h
index e5652dc184..785675f406 100644
--- a/include/grpc++/security/credentials.h
+++ b/include/grpc++/security/credentials.h
@@ -55,7 +55,7 @@ class SecureCallCredentials;
/// It can make various assertions, e.g., about the client’s identity, role
/// for all the calls on that channel.
///
-/// \see https://github.com/grpc/grpc/blob/master/doc/grpc-auth-support.md
+/// \see http://www.grpc.io/docs/guides/auth.html
class ChannelCredentials : public GrpcLibrary {
public:
~ChannelCredentials() GRPC_OVERRIDE;
@@ -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;