瀏覽代碼

HUE-8888 [core] Fix Add more link to point to the connector docs

Romain 6 年之前
父節點
當前提交
44d17fe93f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/js/topNavViewModel.js

+ 1 - 1
desktop/core/src/desktop/js/topNavViewModel.js

@@ -104,7 +104,7 @@ class TopNavViewModel {
             interpreters.push({
             interpreters.push({
               displayName: I18n('Add more...'),
               displayName: I18n('Add more...'),
               dividerAbove: true,
               dividerAbove: true,
-              href: 'http://gethue.com/new-sql-editor/'
+              href: 'https://docs.gethue.com/administrator/configuration/connectors/'
             });
             });
           }
           }