From 017cbf2507cd3a4044a219f13c06f4fe1847583b Mon Sep 17 00:00:00 2001 From: Alka Trivedi Date: Wed, 2 Jul 2025 15:23:45 +0530 Subject: [PATCH] fix: docs tests --- linkinator.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linkinator.config.json b/linkinator.config.json index cbd5b15dc..f3432380e 100644 --- a/linkinator.config.json +++ b/linkinator.config.json @@ -6,7 +6,8 @@ "img.shields.io", "https://console.cloud.google.com/cloudshell", "https://support.google.com", - "^https://github\\.com/googleapis/nodejs-spanner/blob/[^/]+/samples/.*" + "^https://github\\.com/googleapis/nodejs-spanner/blob/[^/]+/samples/.*", + "https://www.npmjs.com/package/@google-cloud/spanner" ], "silent": true, "concurrency": 5,