diff --git a/ui/scripts/ui/core.js b/ui/scripts/ui/core.js index c23484b8ba3..a11d14e1aff 100644 --- a/ui/scripts/ui/core.js +++ b/ui/scripts/ui/core.js @@ -302,8 +302,8 @@ .appendTo($options); if (this == 'label.help') { - $link.click(function() { - var helpURL = 'http://docs.cloud.com/CloudStack_Documentation'; + $link.addClass('help').click(function() { + var helpURL = 'http://cloudstack.apache.org/'; window.open(helpURL, '_blank'); @@ -311,7 +311,7 @@ }); } if (this == 'label.about') { - $link.click(function() { + $link.addClass('about').click(function() { var $logo = $('