Skip to content

Commit 2843ccd

Browse files
committed
Fix no-dead-urls warnings
These URLs are false-positive due to JS-based redirects
1 parent 878c6c2 commit 2843ccd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,11 @@
115115
"\\.prototyping\\.rasa\\.com",
116116
"^https://github\\.com/mit-nlp/MITIE/releases/download/v0\\.4/MITIE-models-v0\\.2\\.tar\\.bz2$",
117117
"^https://forum.rasa.com/t/rasa-open-source-2-0-is-out-now-internal-draft/35577$",
118-
"https://docs-test-001.openai.azure.com"
118+
"https://docs-test-001.openai.azure.com",
119+
"^https://platform\\.openai\\.com.*",
120+
"^https://westus.dev.cognitive.microsoft.com/docs/services/luis-endpoint-api-v3-0$",
121+
"^https://www.tensorflow.org/api_docs/python/tf/config$"
122+
119123
]
120124
}
121125
]

0 commit comments

Comments
 (0)