diff --git a/google/cloud/storage/doc/storage-grpc.dox b/google/cloud/storage/doc/storage-grpc.dox index 941986a103fa2..0e94579478cce 100644 --- a/google/cloud/storage/doc/storage-grpc.dox +++ b/google/cloud/storage/doc/storage-grpc.dox @@ -24,7 +24,7 @@ differently from the REST-based implementation. compile-time. 1. To override the default endpoint you should use [`EndpointOption`](@ref google::cloud::EndpointOption) instead of - [`RestEndpointOption`](@ ref google::cloud::storage::RestEndpointOption). + [`RestEndpointOption`](@ref google::cloud::storage::RestEndpointOption). 1. The default endpoint (`storage.googleapis.com`) works from any hosting environment (on-prem, GKE, GCE, other cloud providers, etc.). For best performance on GCE or GKE consider using diff --git a/google/cloud/storage/grpc_plugin.h b/google/cloud/storage/grpc_plugin.h index 24e1ac44b10fd..521a145d95848 100644 --- a/google/cloud/storage/grpc_plugin.h +++ b/google/cloud/storage/grpc_plugin.h @@ -34,7 +34,7 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN * Configure the GCS+gRPC plugin. * * @deprecated use `google::cloud::storage::Client()` to create JSON-based - * clients and `google::cloud::storage::MakeGrpcClient()` to create + * clients and `google::cloud::storage::DefaultGrpcClient()` to create * gRPC-based clients. If you need to pick one dynamically a simple * `if()` statement or ternary expression can do the job. */