This is an automated email from the ASF dual-hosted git repository.

dpgaspar 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 d1eb9ea982 fix: docs invalid client redirect (#24816)
d1eb9ea982 is described below

commit d1eb9ea982b88038ed675b457a3ef21ad34727d3
Author: Daniel Vaz Gaspar <[email protected]>
AuthorDate: Wed Jul 26 19:00:21 2023 +0100

    fix: docs invalid client redirect (#24816)
---
 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 4346191cbd..eec37b25d7 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -68,7 +68,7 @@ const config = {
             from: '/usertutorial.html',
           },
           {
-            to: '/docs/security',
+            to: '/docs/security/',
             from: '/security.html',
           },
           {

Reply via email to