Skip to content

Commit acfe7c2

Browse files
Benjamin E. CoeJustinBeckwith
authored andcommitted
fix(docs): move to new client docs URL (#499)
1 parent 6947d7a commit acfe7c2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.repo-metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "bigtable",
33
"name_pretty": "Cloud Bigtable",
44
"product_documentation": "https://cloud.google.com/bigtable",
5-
"client_documentation": "https://cloud.google.com/nodejs/docs/reference/bigtable/latest/",
6-
"issue_tracker":"https://issuetracker.google.com/savedsearches/559777",
5+
"client_documentation": "https://googleapis.dev/nodejs/bigtable/latest",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559777",
77
"release_level": "ga",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-bigtable",
1010
"distribution_name": "@google-cloud/bigtable",
1111
"api_id": "bigtable.googleapis.com",
1212
"requires_billing ": true
13-
}
13+
}

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ has instructions for running the samples.
9191
| Instances | [source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/instances.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/instances.js,samples/README.md) |
9292
| Quickstart | [source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
9393
| Tableadmin | [source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/tableadmin.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/tableadmin.js,samples/README.md) |
94+
| Write Batch | [source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/writeBatch.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/writeBatch.js,samples/README.md) |
95+
| Write Conditionally | [source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/writeConditionally.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/writeConditionally.js,samples/README.md) |
96+
| Write Increment | [source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/writeIncrement.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/writeIncrement.js,samples/README.md) |
97+
| Write Simple | [source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/writeSimple.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/writeSimple.js,samples/README.md) |
9498

9599

96100

@@ -126,7 +130,7 @@ Apache Version 2.0
126130

127131
See [LICENSE](https://github.com/googleapis/nodejs-bigtable/blob/master/LICENSE)
128132

129-
[client-docs]: https://cloud.google.com/nodejs/docs/reference/bigtable/latest/
133+
[client-docs]: https://googleapis.dev/nodejs/bigtable/latest
130134
[product-docs]: https://cloud.google.com/bigtable
131135
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
132136
[projects]: https://console.cloud.google.com/project

0 commit comments

Comments
 (0)