summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2026-08-25 18:49:53 +0200
committerHeinrich Schuchardt <[email protected]>2026-08-29 06:41:35 +0200
commitfbb5cbcd2b2c2051f55fb8447ddf592f035c7fa6 (patch)
treefe0d42c464909794ee026b1f2663f3ad370f4358
parent15047044e948e2919721b44b7d557b55585d1649 (diff)
doc: usage/pxe: use redirect link
Those links actually redirect to wiki.syslinux.org so let's use those links directly. Signed-off-by: Quentin Schulz <[email protected]>
-rw-r--r--doc/usage/pxe.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/pxe.rst b/doc/usage/pxe.rst
index 18532f182d5..523bf9f565e 100644
--- a/doc/usage/pxe.rst
+++ b/doc/usage/pxe.rst
@@ -30,7 +30,7 @@ Commands
try. The order and contents of paths it tries mirrors exactly
that of PXELINUX - you can read in more detail about it at:
- http://syslinux.zytor.com/wiki/index.php/Doc/pxelinux
+ https://wiki.syslinux.org/wiki/index.php?title=Doc/pxelinux
``pxe boot``
**Syntax:** ``pxe boot [pxefile_addr_r]``
@@ -130,7 +130,7 @@ pxe file format
---------------
The pxe file format is nearly a subset of the PXELINUX file format;
-see http://syslinux.zytor.com/wiki/index.php/PXELINUX. It's composed
+see https://wiki.syslinux.org/wiki/index.php?title=PXELINUX. It's composed
of one line commands - global commands, and commands specific to
labels. Lines beginning with # are treated as comments. White space
between and at the beginning of lines is ignored.