This is an automated email from the ASF dual-hosted git repository. sfirke pushed a commit to branch docusaurus-redirects1 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 380a46c2531cf7427d81e6548b39d8372352e602 Author: Sam Firke <[email protected]> AuthorDate: Fri May 10 09:37:37 2024 -0400 fix two broken docs links One per Evan in Slack, one I believe was a typo in the previous fix (was email-reports instead of alerts-reports, so the redirect from alerts-reports doesn't happen) --- docs/docusaurus.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 3c3133546e..30ae29de4b 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -113,8 +113,11 @@ const config = { }, { to: '/docs/configuration/alerts-reports', - from: '/docs/installation/email-reports', + from: '/docs/installation/alerts-reports', }, + { + to: 'docs/contributing/development', + from: 'docs/contributing/hooks-and-linting' { to: '/docs/intro', from: '/docs/roadmap',
