Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(GCS+gRPC): fix broken links #14503

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading