Skip to content

Commit

Permalink
docs(GCS+gRPC): fix broken links (googleapis#14503)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored and cuiy0006 committed Jul 22, 2024
1 parent 40a81e0 commit 152f4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/cloud/storage/doc/storage-grpc.dox
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/storage/grpc_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 152f4ae

Please sign in to comment.