We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90959a commit 04b8866Copy full SHA for 04b8866
test/plugin.html-validate.external-links.mjs
@@ -15,7 +15,7 @@ const USER_AGENT =
15
// Use your proxy server to check external links
16
// This URL must accept a query parameter `url` and return the status code and possibly location: header in the response.
17
// Status code 500 is returned if the server is down or timeout.
18
-const PROXY_URL = "https://api.PacificMedicalTraining.com/link-check/status";
+const PROXY_URL = "https://api.PacificMedicalTraining.com/public/link-check/status";
19
20
// html-validate runs check() synchronously, so we can't use async functions like fetch here. Maybe after their
21
// version 9 release we can use the fetch API and this parallel approach.
0 commit comments