diff options
author | Antoine Ginies <aginies@mandriva.com> | 2004-08-06 15:29:03 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2004-08-06 15:29:03 +0000 |
commit | 16365a78b3fa0162d0479eb522c00a1a1022441b (patch) | |
tree | 50dc7c8e83fff317397233cc63750dc1362dd8e2 | |
parent | 7ca2bd42a5d6b7e8c9b8c53ed9c5a3a8ff5f87e0 (diff) | |
download | drakpxelinux-16365a78b3fa0162d0479eb522c00a1a1022441b.tar drakpxelinux-16365a78b3fa0162d0479eb522c00a1a1022441b.tar.gz drakpxelinux-16365a78b3fa0162d0479eb522c00a1a1022441b.tar.bz2 drakpxelinux-16365a78b3fa0162d0479eb522c00a1a1022441b.tar.xz drakpxelinux-16365a78b3fa0162d0479eb522c00a1a1022441b.zip |
correct link to PXE doc
-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/ |") } ), ), ) |