diff options
-rw-r--r-- | drakpxelinux.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl index e003dd4..0fe0484 100644 --- a/drakpxelinux.pl +++ b/drakpxelinux.pl @@ -747,7 +747,7 @@ sub show_help { info_dialog("help", gtkpack_(gtkset_border_width(Gtk2::VBox->new, 3), 0, $help, 0, gtksignal_connect(set_help_tip(Gtk2::Button->new(N("online PXE documentation")), 'editb'), - clicked => sub { open(F, "mozilla http://clic.mandrakesoft.com/pxe/ |") } + clicked => sub { open(F, "http://clic.mandrakesoft.com/documentation/pxe/ |") } ), ), ) |