diff options
| author | Quentin Schulz <[email protected]> | 2026-08-25 18:49:43 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-08-29 06:41:35 +0200 |
| commit | d3e750326e028ee6ce44c45fe30b0ce510a096f5 (patch) | |
| tree | f67aab40a52263796e6a40f7e05f5d6fe8bf0395 | |
| parent | c97ac8320c03c907d20a7acf2162b5bcaa046091 (diff) | |
doc: arch/x86: update SFI link
simplefirmware.org has been redirecting to various different domains
over the past year and those domains don't host anything. Moreover, SFI
was abandoned by the Linux kernel 6 years ago. Let's just point at the
Wikipedia page instead of a non-existing (and possibly domain-squatted)
URL.
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 09d180087fb..3c61c3058f7 100644 --- a/doc/arch/x86/x86.rst +++ b/doc/arch/x86/x86.rst @@ -483,7 +483,7 @@ TODO List .. _coreboot: http://www.coreboot.org .. _QEMU: http://www.qemu.org .. _microcode: http://en.wikipedia.org/wiki/Microcode -.. _SFI: http://simplefirmware.org +.. _SFI: https://en.wikipedia.org/wiki/Simple_Firmware_Interface .. _MP: http://www.intel.com/design/archives/processors/pro/docs/242016.htm .. _SeaBIOS: http://www.seabios.org/SeaBIOS .. _ACPI: http://www.acpi.info |
