Skip to content

Commit 04b8866

Browse files
authored
update proxy URL
1 parent c90959a commit 04b8866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugin.html-validate.external-links.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const USER_AGENT =
1515
// Use your proxy server to check external links
1616
// This URL must accept a query parameter `url` and return the status code and possibly location: header in the response.
1717
// Status code 500 is returned if the server is down or timeout.
18-
const PROXY_URL = "https://api.PacificMedicalTraining.com/link-check/status";
18+
const PROXY_URL = "https://api.PacificMedicalTraining.com/public/link-check/status";
1919

2020
// html-validate runs check() synchronously, so we can't use async functions like fetch here. Maybe after their
2121
// version 9 release we can use the fetch API and this parallel approach.

0 commit comments

Comments
 (0)