Skip to content

Commit 90b43a9

Browse files
authored
fix(docs): Link checker config update (#588)
Merging to move on with this fix.
1 parent 101430d commit 90b43a9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.link-checker-config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
},
66
{
77
"pattern": "^((?!http).)*$"
8+
},
9+
{
10+
"pattern": "^https://console.cloud.google.com/"
11+
},
12+
{
13+
"pattern": "^https://a2aprotocol.ai/"
814
}
915
],
1016
"aliveStatusCodes": [
@@ -13,4 +19,4 @@
1319
302,
1420
403
1521
]
16-
}
22+
}

0 commit comments

Comments
 (0)