This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 8f9663ac67 chore(docs): fix two broken Docusaurus redirect links
(#28430)
8f9663ac67 is described below
commit 8f9663ac672440d9c09209fb637ae255b686e3c8
Author: Sam Firke <[email protected]>
AuthorDate: Fri May 10 10:29:13 2024 -0400
chore(docs): fix two broken Docusaurus redirect links (#28430)
---
docs/docusaurus.config.js | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index 3c3133546e..ecec93bce0 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -113,7 +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',