summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/dfu.rst2
-rw-r--r--doc/usage/pxe.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/usage/dfu.rst b/doc/usage/dfu.rst
index c825cdcbe5c..987f287b483 100644
--- a/doc/usage/dfu.rst
+++ b/doc/usage/dfu.rst
@@ -334,7 +334,7 @@ When U-Boot runs the dfu stack, the DFU host tools can be used
to send/receive firmware images on each configured alternate.
For example dfu-util is a host side implementation of the DFU 1.1
-specifications(http://dfu-util.sourceforge.net/) which works with U-Boot.
+specifications(https://dfu-util.sourceforge.net/) which works with U-Boot.
Usage
-----
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.