From 2843ccd6b7b162e3c8d65c2bfe6b6509cfefc6c0 Mon Sep 17 00:00:00 2001 From: Maksim Moiseikin Date: Mon, 16 Sep 2024 12:01:37 +0200 Subject: [PATCH] Fix no-dead-urls warnings These URLs are false-positive due to JS-based redirects --- docs/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 2f45cb80ab85..a462456c1588 100644 --- a/docs/package.json +++ b/docs/package.json @@ -115,7 +115,11 @@ "\\.prototyping\\.rasa\\.com", "^https://github\\.com/mit-nlp/MITIE/releases/download/v0\\.4/MITIE-models-v0\\.2\\.tar\\.bz2$", "^https://forum.rasa.com/t/rasa-open-source-2-0-is-out-now-internal-draft/35577$", - "https://docs-test-001.openai.azure.com" + "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$" + ] } ]