Skip to content

Commit 918300a

Browse files
committed
fix: docs tests
1 parent 0712141 commit 918300a

File tree

5 files changed

+42
-41
lines changed

5 files changed

+42
-41
lines changed

linkinator.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"img.shields.io",
77
"https://console.cloud.google.com/cloudshell",
88
"https://support.google.com",
9-
"^https://github\\.com/googleapis/nodejs-spanner/blob/[^/]+/samples/.*"
9+
"^https://github\\.com/googleapis/nodejs-spanner/blob/[^/]+/samples/.*",
10+
"https://www.npmjs.com/package/@google-cloud/spanner"
1011
],
1112
"silent": true,
1213
"concurrency": 5,

src/v1/database_admin_client.ts

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3966,7 +3966,7 @@ export class DatabaseAdminClient {
39663966
* Note that it can affect your quota.
39673967
* We recommend using `listDatabasesAsync()`
39683968
* method described below for async iteration which you can stop as needed.
3969-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
3969+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
39703970
* for more details and examples.
39713971
*/
39723972
listDatabases(
@@ -4095,7 +4095,7 @@ export class DatabaseAdminClient {
40954095
* times as needed. Note that it can affect your quota.
40964096
* We recommend using `listDatabasesAsync()`
40974097
* method described below for async iteration which you can stop as needed.
4098-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
4098+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
40994099
* for more details and examples.
41004100
*/
41014101
listDatabasesStream(
@@ -4147,7 +4147,7 @@ export class DatabaseAdminClient {
41474147
* When you iterate the returned iterable, each element will be an object representing
41484148
* {@link protos.google.spanner.admin.database.v1.Database|Database}. The API will be called under the hood as needed, once per the page,
41494149
* so you can stop the iteration when you don't need more results.
4150-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
4150+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
41514151
* for more details and examples.
41524152
*/
41534153
listDatabasesAsync(
@@ -4243,7 +4243,7 @@ export class DatabaseAdminClient {
42434243
* Note that it can affect your quota.
42444244
* We recommend using `listBackupsAsync()`
42454245
* method described below for async iteration which you can stop as needed.
4246-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
4246+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
42474247
* for more details and examples.
42484248
*/
42494249
listBackups(
@@ -4414,7 +4414,7 @@ export class DatabaseAdminClient {
44144414
* times as needed. Note that it can affect your quota.
44154415
* We recommend using `listBackupsAsync()`
44164416
* method described below for async iteration which you can stop as needed.
4417-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
4417+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
44184418
* for more details and examples.
44194419
*/
44204420
listBackupsStream(
@@ -4508,7 +4508,7 @@ export class DatabaseAdminClient {
45084508
* When you iterate the returned iterable, each element will be an object representing
45094509
* {@link protos.google.spanner.admin.database.v1.Backup|Backup}. The API will be called under the hood as needed, once per the page,
45104510
* so you can stop the iteration when you don't need more results.
4511-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
4511+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
45124512
* for more details and examples.
45134513
*/
45144514
listBackupsAsync(
@@ -4614,7 +4614,7 @@ export class DatabaseAdminClient {
46144614
* Note that it can affect your quota.
46154615
* We recommend using `listDatabaseOperationsAsync()`
46164616
* method described below for async iteration which you can stop as needed.
4617-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
4617+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
46184618
* for more details and examples.
46194619
*/
46204620
listDatabaseOperations(
@@ -4790,7 +4790,7 @@ export class DatabaseAdminClient {
47904790
* times as needed. Note that it can affect your quota.
47914791
* We recommend using `listDatabaseOperationsAsync()`
47924792
* method described below for async iteration which you can stop as needed.
4793-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
4793+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
47944794
* for more details and examples.
47954795
*/
47964796
listDatabaseOperationsStream(
@@ -4889,7 +4889,7 @@ export class DatabaseAdminClient {
48894889
* When you iterate the returned iterable, each element will be an object representing
48904890
* {@link protos.google.longrunning.Operation|Operation}. The API will be called under the hood as needed, once per the page,
48914891
* so you can stop the iteration when you don't need more results.
4892-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
4892+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
48934893
* for more details and examples.
48944894
*/
48954895
listDatabaseOperationsAsync(
@@ -5022,7 +5022,7 @@ export class DatabaseAdminClient {
50225022
* Note that it can affect your quota.
50235023
* We recommend using `listBackupOperationsAsync()`
50245024
* method described below for async iteration which you can stop as needed.
5025-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
5025+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
50265026
* for more details and examples.
50275027
*/
50285028
listBackupOperations(
@@ -5223,7 +5223,7 @@ export class DatabaseAdminClient {
52235223
* times as needed. Note that it can affect your quota.
52245224
* We recommend using `listBackupOperationsAsync()`
52255225
* method described below for async iteration which you can stop as needed.
5226-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
5226+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
52275227
* for more details and examples.
52285228
*/
52295229
listBackupOperationsStream(
@@ -5347,7 +5347,7 @@ export class DatabaseAdminClient {
53475347
* When you iterate the returned iterable, each element will be an object representing
53485348
* {@link protos.google.longrunning.Operation|Operation}. The API will be called under the hood as needed, once per the page,
53495349
* so you can stop the iteration when you don't need more results.
5350-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
5350+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
53515351
* for more details and examples.
53525352
*/
53535353
listBackupOperationsAsync(
@@ -5400,7 +5400,7 @@ export class DatabaseAdminClient {
54005400
* Note that it can affect your quota.
54015401
* We recommend using `listDatabaseRolesAsync()`
54025402
* method described below for async iteration which you can stop as needed.
5403-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
5403+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
54045404
* for more details and examples.
54055405
*/
54065406
listDatabaseRoles(
@@ -5530,7 +5530,7 @@ export class DatabaseAdminClient {
55305530
* times as needed. Note that it can affect your quota.
55315531
* We recommend using `listDatabaseRolesAsync()`
55325532
* method described below for async iteration which you can stop as needed.
5533-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
5533+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
55345534
* for more details and examples.
55355535
*/
55365536
listDatabaseRolesStream(
@@ -5583,7 +5583,7 @@ export class DatabaseAdminClient {
55835583
* When you iterate the returned iterable, each element will be an object representing
55845584
* {@link protos.google.spanner.admin.database.v1.DatabaseRole|DatabaseRole}. The API will be called under the hood as needed, once per the page,
55855585
* so you can stop the iteration when you don't need more results.
5586-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
5586+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
55875587
* for more details and examples.
55885588
*/
55895589
listDatabaseRolesAsync(
@@ -5637,7 +5637,7 @@ export class DatabaseAdminClient {
56375637
* Note that it can affect your quota.
56385638
* We recommend using `listBackupSchedulesAsync()`
56395639
* method described below for async iteration which you can stop as needed.
5640-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
5640+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
56415641
* for more details and examples.
56425642
*/
56435643
listBackupSchedules(
@@ -5768,7 +5768,7 @@ export class DatabaseAdminClient {
57685768
* times as needed. Note that it can affect your quota.
57695769
* We recommend using `listBackupSchedulesAsync()`
57705770
* method described below for async iteration which you can stop as needed.
5771-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
5771+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
57725772
* for more details and examples.
57735773
*/
57745774
listBackupSchedulesStream(
@@ -5822,7 +5822,7 @@ export class DatabaseAdminClient {
58225822
* When you iterate the returned iterable, each element will be an object representing
58235823
* {@link protos.google.spanner.admin.database.v1.BackupSchedule|BackupSchedule}. The API will be called under the hood as needed, once per the page,
58245824
* so you can stop the iteration when you don't need more results.
5825-
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
5825+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#auto-pagination | documentation }
58265826
* for more details and examples.
58275827
*/
58285828
listBackupSchedulesAsync(

0 commit comments

Comments
 (0)