Skip to content

Commit 7f1d5d5

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@
118118
"https://docs-test-001.openai.azure.com",
119119
"^https://platform\\.openai\\.com.*",
120120
"^https://westus.dev.cognitive.microsoft.com/docs/services/luis-endpoint-api-v3-0$",
121-
"^https://www.tensorflow.org/api_docs/python/tf/config$"
121+
"^https://westcentralus.dev.cognitive.microsoft.com/docs/services/luis-endpoint-api-v3-0$",
122+
"^https://www.tensorflow.org/api_docs/python/tf/config$",
123+
"^https://www.tensorflow.org/api_docs/python/tf/keras/callbacks/TensorBoard$"
122124

123125
]
124126
}

0 commit comments

Comments
 (0)