aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/client_context.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-15 11:39:08 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-15 11:39:08 -0800
commit17fe83b5badc51761953654823319cbc450dc977 (patch)
tree5ff5d2e9587c2232ab62066f995ffd88b6d63881 /include/grpc++/client_context.h
parent45484b31bbe736d6effb630ca0bc642856e883d1 (diff)
parent15bad3fba745043aa9b1cef83e4929486b40a548 (diff)
Merge branch 'master' of github.com:grpc/grpc into check_newlines
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 a0d5c0e3c4..25eeb3876f 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;
}