@@ -577,9 +577,9 @@ An idiomatic C++ client library for
577577[$title$](https://cloud.google.com/$site_root$/), a service that
578578$description$
579579
580- This library is **experimental**. Its APIS are subject to change without notice.
580+ This library is **experimental**. Its APIs are subject to change without notice.
581581
582- This library requires a C++11 compiler, it is supported (and tested) on multiple
582+ This library requires a C++11 compiler. It is supported (and tested) on multiple
583583Linux distributions, as well as Windows and macOS. The
584584[README][github-readme] on [GitHub][github-link] provides detailed
585585instructions to install the necessary dependencies, as well as how to compile
@@ -592,7 +592,7 @@ you'll need to configure your build system to discover and compile the Cloud
592592C++ client libraries. In some cases your build system or package manager may
593593need to download the libraries too. The Cloud C++ client libraries natively
594594support [Bazel](https://bazel.build/) and [CMake](https://cmake.org/) as build
595- systems. We've created a minimal, "Hello World", [quickstart][quickstart-link ]
595+ systems. We've created a minimal, "Hello World", [quickstart][github-quickstart ]
596596that includes detailed instructions on how to compile the library for use in
597597your application. You can fetch the source from [GitHub][github-link] as normal:
598598
@@ -666,6 +666,7 @@ can override the default policies.
666666<!-- The ugly %2E disables auto-linking in Doxygen -->
667667[github-readme]: https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/$library$/README%2Emd
668668[github-install]: https://github.com/googleapis/google-cloud-cpp/blob/main/doc/packaging%2Emd
669+ [github-quickstart]: https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/$library$/quickstart/README%2Emd
669670
670671*/
671672)""" ;
@@ -702,14 +703,12 @@ some experience as a C++ developer and that you have a working C++ toolchain
702703## Before you begin
703704
704705To run the quickstart examples you will need a working Google Cloud Platform
705- (GCP) project, as well as a Cloud Spanner instance and database.
706- The [quickstart][quickstart-link] covers the necessary
707- steps in detail. Make a note of the GCP project id, the instance id, and the
708- database id as you will need them below.
706+ (GCP) project. The [quickstart][quickstart-link] covers the necessary
707+ steps in detail.
709708
710709## Configuring authentication for the C++ Client Library
711710
712- Like most Google Cloud Platform (GCP) services, Cloud Spanner requires that
711+ Like most Google Cloud Platform (GCP) services, $title$ requires that
713712your application authenticates with the service before accessing any data. If
714713you are not familiar with GCP authentication please take this opportunity to
715714review the [Authentication Overview][authentication-quickstart]. This library
@@ -838,7 +837,7 @@ set GRPC_DEFAULT_SSL_ROOTS_FILE_PATH=%cd%\roots.pem
838837```
839838
840839[bazel-install]: https://docs.bazel.build/versions/main/install.html
841- [quickstart-link]: https://cloud.google.com/$site_root$/docs
840+ [quickstart-link]: https://cloud.google.com/$site_root$/docs/quickstart
842841[grpc-roots-pem-bug]: https://github.com/grpc/grpc/issues/16571
843842[choco-cmake-link]: https://chocolatey.org/packages/cmake
844843[homebrew-cmake-link]: https://formulae.brew.sh/formula/cmake
0 commit comments