Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

fix: use correct quickstart URL #1339

Merged
merged 1 commit into from
Mar 6, 2020
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ help you quickly get started using this client library. The following is the
"Hello World" program you'll be running, which should give you a taste of this
library.

[quickstart-link]: https://github.com/devjgm/google-cloud-cpp-spanner/tree/new-readme/quickstart
[quickstart-link]: https://github.com/googleapis/google-cloud-cpp-spanner/tree/master/quickstart

```cc
#include "google/cloud/spanner/client.h"
Expand Down
2 changes: 1 addition & 1 deletion ci/test-readme/generate-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ help you quickly get started using this client library. The following is the
"Hello World" program you'll be running, which should give you a taste of this
library.

[quickstart-link]: https://github.com/devjgm/google-cloud-cpp-spanner/tree/new-readme/quickstart
[quickstart-link]: https://github.com/googleapis/google-cloud-cpp-spanner/tree/master/quickstart

```cc
_EOF_
Expand Down