learn / langchain /docs /scripts /check-broken-links.js
unfair11212's picture
Upload folder using huggingface_hub
a80f6e6 verified
// Sorry py folks, gotta be js for this one
const { checkBrokenLinks } = require("@langchain/scripts/check_broken_links");
checkBrokenLinks("docs", {
timeout: 10000,
retryFailed: true,
});