From 7f1d5d51f7f5133d17cdc3160280ffcc0322ebbf Mon Sep 17 00:00:00 2001 From: Maksim Moiseikin Date: Mon, 16 Sep 2024 12:11:20 +0200 Subject: [PATCH] Fix no-dead-urls warnings These URLs are false-positive due to JS-based redirects --- docs/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index a462456c158..bcd596aadc8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -118,7 +118,9 @@ "https://docs-test-001.openai.azure.com", "^https://platform\\.openai\\.com.*", "^https://westus.dev.cognitive.microsoft.com/docs/services/luis-endpoint-api-v3-0$", - "^https://www.tensorflow.org/api_docs/python/tf/config$" + "^https://westcentralus.dev.cognitive.microsoft.com/docs/services/luis-endpoint-api-v3-0$", + "^https://www.tensorflow.org/api_docs/python/tf/config$", + "^https://www.tensorflow.org/api_docs/python/tf/keras/callbacks/TensorBoard$" ] }