Skip to content

Commit

Permalink
Revert to original sitemap URL (we're checking loc elements in the sc…
Browse files Browse the repository at this point in the history
…ript)
  • Loading branch information
pedrosousa committed Jan 3, 2025
1 parent 410d390 commit 221e05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/crawl-api-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function checkLinks() {
else request.continue();
});

const sitemapUrl = "https://developers.cloudflare.com/sitemap-0.xml";
const sitemapUrl = "https://developers.cloudflare.com/sitemap.xml";
await page.goto(sitemapUrl, { timeout: navigationTimeout });

const sitemapLinks = await page.$$eval("url loc", (elements) =>
Expand Down

0 comments on commit 221e05d

Please sign in to comment.