diff --git a/.changeset/groups_profile.png b/.changeset/groups_profile.png deleted file mode 100644 index 417faaa4af..0000000000 Binary files a/.changeset/groups_profile.png and /dev/null differ diff --git a/scripts/verify-links.js b/scripts/verify-links.js index 75e7a8c1d0..917571b937 100755 --- a/scripts/verify-links.js +++ b/scripts/verify-links.js @@ -149,6 +149,7 @@ async function main() { badUrls.push(...badFileUrls); } + console.warn(docPages); if (badUrls.length) { console.log(`Found ${badUrls.length} bad links within repo`); for (const { url, basePath, problem } of badUrls) {