diff options
-rwxr-xr-x | control-center | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center index 3deb1c3e..74d56c46 100755 --- a/control-center +++ b/control-center @@ -69,8 +69,8 @@ my @menu_items = ( # { path => _("/Help")._("/_Help on line"), callback => sub { Gtk->exit(0) } }, { path => _("/Help")._("/_Report Bug") , callback => sub {connect_to_site("https://qa.mandrakesoft.com/");}}, { path => _("/Help/-"), type => '<Separator>' }, - { path => _("/Help")._("/Mandrake_Campus"), callback => sub {connect_to_site("https://www.mandrakecampus.com/");} }, - { path => _("/Help")._("/Mandrake_Expert"), callback => sub {connect_to_site("https://www.mandrakeexpert.com/");} }, + { path => _("/Help")._("/Mandrake_Campus"), callback => sub {connect_to_site("http://www.mandrakecampus.com/");} }, + { path => _("/Help")._("/Mandrake_Expert"), callback => sub {connect_to_site("http://www.mandrakeexpert.com/");} }, { path => _("/Help/-"), type => '<Separator>' }, { path => _("/Help")._("/_About..."), callback => \&about_mdk_cc } ); |