Skip to content
Snippets Groups Projects
Commit cbf2dfed authored by sammcveety's avatar sammcveety
Browse files

Update link in credentials.h to point to grpc.io

parent db026e7c
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ class ChannelCredentials : public GrpcLibrary { ...@@ -80,7 +80,7 @@ class ChannelCredentials : public GrpcLibrary {
/// A call credentials object encapsulates the state needed by a client to /// A call credentials object encapsulates the state needed by a client to
/// authenticate with a server for a given call on a channel. /// 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 { class CallCredentials : public GrpcLibrary {
public: public:
~CallCredentials() GRPC_OVERRIDE; ~CallCredentials() GRPC_OVERRIDE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment