Skip to content

Commit

Permalink
Fix no-dead-urls warnings
Browse files Browse the repository at this point in the history
These URLs are false-positive due to JS-based redirects
  • Loading branch information
maksim-m committed Sep 16, 2024
1 parent 7f1d5d5 commit 88c23da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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$"

Expand Down

0 comments on commit 88c23da

Please sign in to comment.