Skip to content
Snippets Groups Projects
Commit a9686f64 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #4588 from sammcveety/patch-1

Update link in credentials.h to point to grpc.io
parents db026e7c cbf2dfed
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.
Please register or to comment