aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/security/credentials.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-01-14 12:47:37 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-01-14 12:47:37 -0800
commit21c0ebf6d4f89baedf726cb2d23c2f253d14a27d (patch)
tree17960865c72cdde9a1d2ea71eca745317939d590 /include/grpc++/security/credentials.h
parent2e18d43930067472dd020f2507ebd1d868d1f978 (diff)
parentd212b33553c61314c0cfc3490061f174fcaa36db (diff)
Merge pull request #4653 from murgatroid99/release-0_12_master_merge
Release 0 12 master merge
Diffstat (limited to 'include/grpc++/security/credentials.h')
-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 a06dcf14ea..75945fd8e8 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;