Skip to content

Commit

Permalink
Merge pull request grpc#4588 from sammcveety/patch-1
Browse files Browse the repository at this point in the history
Update link in credentials.h to point to grpc.io
  • Loading branch information
ctiller committed Jan 4, 2016
2 parents db026e7 + cbf2dfe commit a9686f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/grpc++/security/credentials.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ChannelCredentials : public GrpcLibrary {
/// A call credentials object encapsulates the state needed by a client to
/// 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 {
public:
~CallCredentials() GRPC_OVERRIDE;
Expand Down

0 comments on commit a9686f6

Please sign in to comment.