From db64bb726eaa3f353a0a2961a06551b8479e61cd Mon Sep 17 00:00:00 2001 From: Yves Duret Date: Tue, 21 Aug 2001 16:49:13 +0000 Subject: fix bad https url instead of http --- control-center | 4 ++-- 1 file 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 => '' }, - { 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 => '' }, { path => _("/Help")._("/_About..."), callback => \&about_mdk_cc } ); -- cgit v1.2.1