You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2023/07/26 18:00:29 UTC

[superset] branch master updated: fix: docs invalid client redirect (#24816)

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 <da...@gmail.com>
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',
           },
           {