diff --git a/build/check-images.js b/build/check-images.js index 2105ebd52227..46946c23cdd1 100644 --- a/build/check-images.js +++ b/build/check-images.js @@ -308,7 +308,7 @@ function checkImageWidths(doc, $, options, { rawContent }) { if (!imgSrc) { console.warn( - `In ${doc.url} there's an img tag without src (${$.html(img)})` + `In ${doc.mdn_url} there's an img tag without src (${$.html(img)})` ); return; }