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 2843ccd commit 7f1d5d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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$"

]
}
Expand Down

0 comments on commit 7f1d5d5

Please sign in to comment.