aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/client_context.h
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++/client_context.h
parent08ae945aac08bc36f77304ea06f826a4cf52b091 (diff)
Fixing cpp auth doc pointers.
Diffstat (limited to 'include/grpc++/client_context.h')
-rw-r--r--include/grpc++/client_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/client_context.h b/include/grpc++/client_context.h
index 8e7c3579e3..7a20ffa005 100644
--- a/include/grpc++/client_context.h
+++ b/include/grpc++/client_context.h
@@ -244,7 +244,7 @@ class ClientContext {
/// client’s identity, role, or whether it is authorized to make a particular
/// call.
///
- /// \see https://github.com/grpc/grpc/blob/master/doc/grpc-auth-support.md
+ /// \see http://www.grpc.io/docs/guides/auth.html
void set_credentials(const std::shared_ptr<CallCredentials>& creds) {
creds_ = creds;
}