Эх сурвалжийг харах

PR1007 [core] Fix the URL for "Add more" button . Issue #1006 (#1007)

Shin So 6 жил өмнө
parent
commit
8d0087ab6f

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ Hue is an open source SQL Assistant for querying, visualizing and sharing data i
 
 It features:
 
-   * [Editors](http://gethue.com/sql-editor/) to query with SQL [any database](https://docs.gethue.com/administrator/configuration/connectors/) and submit jobs
+   * [Editors](http://gethue.com/new-sql-editor/) to query with SQL [any database](https://docs.gethue.com/administrator/configuration/connectors/) and submit jobs
    * [Dashboards](http://gethue.com/search-dashboards/) to dynamically interact and visualize data
    * [Scheduler](http://gethue.com/scheduling/) of jobs and workflows
    * [Catalog](http://gethue.com/browsers/) for browsing data storages and metadata

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

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