From 88c23daa755a0ff1f0b3e7b0edee815939969157 Mon Sep 17 00:00:00 2001 From: Maksim Moiseikin Date: Mon, 16 Sep 2024 12:21:19 +0200 Subject: [PATCH] Fix no-dead-urls warnings These URLs are false-positive due to JS-based redirects --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index bcd596aadc8..06e2b78ec94 100644 --- a/docs/package.json +++ b/docs/package.json @@ -118,7 +118,7 @@ "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://westcentralus.dev.cognitive.microsoft.com/docs/services/luis-endpoint-api-v3-0$", + "^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$"