We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ebe93 commit 99822aaCopy full SHA for 99822aa
bin/crawl-api-links.js
@@ -28,7 +28,7 @@ async function checkLinks() {
28
else request.continue();
29
});
30
31
- const sitemapUrl = "https://developers.cloudflare.com/sitemap.xml";
+ const sitemapUrl = "https://developers.cloudflare.com/sitemap-index.xml";
32
await page.goto(sitemapUrl, { timeout: navigationTimeout });
33
34
const sitemapLinks = await page.$$eval("url loc", (elements) =>
0 commit comments