diff options
Diffstat (limited to 'include/grpc++/grpc++.h')
-rw-r--r-- | include/grpc++/grpc++.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/grpc++.h b/include/grpc++/grpc++.h index ee9fa857d6..31ed436c5e 100644 --- a/include/grpc++/grpc++.h +++ b/include/grpc++/grpc++.h @@ -21,7 +21,7 @@ /// The gRPC C++ API mainly consists of the following classes: /// <br> /// - grpc::Channel, which represents the connection to an endpoint. See [the -/// gRPC Concepts page](http://www.grpc.io/docs/guides/concepts.html) for more +/// gRPC Concepts page](https://grpc.io/docs/guides/concepts.html) for more /// details. Channels are created by the factory function grpc::CreateChannel. /// /// - grpc::CompletionQueue, the producer-consumer queue used for all |