aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2017-07-11 11:41:14 -0700
committerGravatar GitHub <noreply@github.com>2017-07-11 11:41:14 -0700
commit2ca8282846fd60d36e45b7da1561e292f9978f80 (patch)
treeb72d9d397f345ba79af141f060122f3e248e867b /include/grpc++/impl
parent6eaaa923fab81c0798a7555375c7c78e71c0e572 (diff)
parentbb3d95b643c7ba2100589d7168ce559bce19b065 (diff)
Merge pull request #11738 from mehrdada/canonica-urls
Use https://grpc.io consistently as the canonical URL
Diffstat (limited to 'include/grpc++/impl')
-rw-r--r--include/grpc++/impl/codegen/client_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/client_context.h b/include/grpc++/impl/codegen/client_context.h
index 22d0069afa..89eb8b976e 100644
--- a/include/grpc++/impl/codegen/client_context.h
+++ b/include/grpc++/impl/codegen/client_context.h
@@ -286,7 +286,7 @@ class ClientContext {
/// client’s identity, role, or whether it is authorized to make a particular
/// call.
///
- /// \see http://www.grpc.io/docs/guides/auth.html
+ /// \see https://grpc.io/docs/guides/auth.html
void set_credentials(const std::shared_ptr<CallCredentials>& creds) {
creds_ = creds;
}