diff --git a/package.json b/package.json index 7b86bd1f..a7ade3a8 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "c9.ide.dialog.wizard": "#7667ec79a8", "c9.ide.fontawesome": "#781602c5d8", "c9.ide.format": "#b0bb91a623", - "c9.ide.help.support": "#b0062cf407", + "c9.ide.help.support": "#8d0e923eb1", "c9.ide.imgeditor": "#66a9733dc1", "c9.ide.immediate": "#6845a93705", "c9.ide.installer": "#c36540bd61", diff --git a/plugins/c9.ide.help/help.js b/plugins/c9.ide.help/help.js index 102f0a4b..b4240dee 100644 --- a/plugins/c9.ide.help/help.js +++ b/plugins/c9.ide.help/help.js @@ -41,10 +41,10 @@ define(function(require, exports, module) { }), 100, plugin); var c = 0; - menus.addItemByPath("Support/Welcome", new ui.item({ + menus.addItemByPath("Support/Welcome Page", new ui.item({ onclick: function(){ tabs.openEditor("welcome", true, function(){}) } }), c += 100, plugin); - menus.addItemByPath("Support/Show IDE Status", new ui.item({ + menus.addItemByPath("Support/Status Page", new ui.item({ onclick: function(){window.open('http://status.c9.io'); } }), c += 100, plugin); @@ -54,13 +54,12 @@ define(function(require, exports, module) { // }.bind(this, c += 100), plugin); menus.addItemByPath("Support/~", new ui.divider(), c += 100, plugin); - menus.addItemByPath("Support/Support/", null, c += 100, plugin); - menus.addItemByPath("Support/~", new ui.divider(), c += 100, plugin); menus.addItemByPath("Support/Learning/", null, c += 100, plugin); + menus.addItemByPath("Support/Get Help/", null, c += 100, plugin); menus.addItemByPath("Support/Get in Touch/", null, c += 100, plugin); c = 0; - menus.addItemByPath("Support/Learning/Documentation", new ui.item({ + menus.addItemByPath("Support/Learning/Cloud9 Documentation", new ui.item({ onclick: function(){ window.open("https://docs.c9.io"); }