diff options
| author | Quentin Schulz <[email protected]> | 2026-08-27 21:52:51 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-08-29 06:41:35 +0200 |
| commit | 20ce3517c7e9151a2e54858973d96b5c041ec3c5 (patch) | |
| tree | bb3525860ab982615fdcbed7af97fe32161aaa54 | |
| parent | 013b6ad3366d2b46b3f1ecbc7f2a842b030fada0 (diff) | |
doc: develop/uefi: stop tripping linkcheck
https:// trips linkcheck because it thinks it's supposed to be a link
and is malformed. Instead, simply replace with HTTPS.
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | doc/develop/uefi/uefi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst index 6fd1db6606d..94ddf690440 100644 --- a/doc/develop/uefi/uefi.rst +++ b/doc/develop/uefi/uefi.rst @@ -703,7 +703,7 @@ We need to preset the "httpserverip" environment variable to proceed the wget:: UEFI HTTP(s) Boot using lwIP ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Similar to the above U-Boot can do EFI HTTP boot using lwIP. If we combine this -with Mbed TLS we can also download from https:// +with Mbed TLS we can also download from HTTPS. HTTP(s) Boot can be activated by specifying:: |
