Skip to content

Commit b759443

Browse files
authored
[Docs] Update sitemap URL in API crawler again (#19270)
1 parent 5b64eaa commit b759443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/crawl-api-links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function checkLinks() {
2828
else request.continue();
2929
});
3030

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

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

0 commit comments

Comments
 (0)