From 1af0e06a41203377eebd13e2fe7948737311af44 Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Sat, 20 Feb 2021 10:08:45 +0100 Subject: [PATCH] Enable docusaurus link checker. Closes #3529. (#3576) --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 946482012..5868da35a 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -1,5 +1,5 @@ module.exports = { - onBrokenLinks: 'warn', + onBrokenLinks: 'error', title: 'OpenRefine', tagline: 'A power tool for working with messy data.', url: 'https://docs.openrefine.org/',