From 47d6c17da49f717e0c268e64b5b7b641a459fb52 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Fri, 19 Jul 2024 14:28:49 +0000 Subject: [PATCH] docs(GCS+gRPC): fix broken links --- google/cloud/storage/doc/storage-grpc.dox | 2 +- google/cloud/storage/grpc_plugin.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. */