diff --git a/scripts/checks.ts b/scripts/checks.ts index c7cd294..3051c44 100644 --- a/scripts/checks.ts +++ b/scripts/checks.ts @@ -347,7 +347,7 @@ async function checkLinks() { }); if (!response.ok) { slugErrors.add({ - message: `External: Link to ${link} is broken`, + message: `External: Link to ${link} is ${response.status}:${response.statusText}`, file: path, line: lines.findIndex(line => line.includes(link)) + 1, });