diff options
| author | Quentin Schulz <[email protected]> | 2026-08-25 18:49:45 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-08-29 06:41:35 +0200 |
| commit | f908d7e194f214fdd5da914e4c3af62bf624ed24 (patch) | |
| tree | 64e564f35c40d875074ea82efaf689657535ca29 | |
| parent | faf64eb09d3812ba0c7c11bb60523227e658257a (diff) | |
doc: arch/x86: update link to SeaBIOS
http://www.seabios.org/SeaBIOS returns 404, so let's simply return the
landing page of the documentation instead: https://www.seabios.org/.
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | doc/arch/x86/x86.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/arch/x86/x86.rst b/doc/arch/x86/x86.rst index e7bd9205caa..13d2b2ea9af 100644 --- a/doc/arch/x86/x86.rst +++ b/doc/arch/x86/x86.rst @@ -485,5 +485,5 @@ TODO List .. _microcode: http://en.wikipedia.org/wiki/Microcode .. _SFI: https://en.wikipedia.org/wiki/Simple_Firmware_Interface .. _MP: https://en.wikipedia.org/wiki/MultiProcessor_Specification -.. _SeaBIOS: http://www.seabios.org/SeaBIOS +.. _SeaBIOS: https://www.seabios.org/ .. _ACPI: http://www.acpi.info |
