You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/02/03 20:18:53 UTC

[superset] branch master updated: Update docusaurus.config.js (#18577)

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

hugh 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 aa648ed  Update docusaurus.config.js (#18577)
aa648ed is described below

commit aa648ed13fa2a3c488989468dd5c41420abba37d
Author: Hugh A. Miles II <hu...@gmail.com>
AuthorDate: Thu Feb 3 12:17:37 2022 -0800

    Update docusaurus.config.js (#18577)
---
 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 4ed77ea..1a14752 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -117,7 +117,7 @@ const config = {
       ({
         docs: {
           sidebarPath: require.resolve('./sidebars.js'),
-          editUrl: 'https://github.com/apache/superset/tree/master/docs-v2',
+          editUrl: 'https://github.com/apache/superset/tree/master/docs',
         },
         blog: {
           showReadingTime: true,