diff options
| author | Quentin Schulz <[email protected]> | 2026-08-25 18:49:46 +0200 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-08-29 06:41:35 +0200 |
| commit | 3b17ef9f7121e110d68b82aa5547d78e9474d22a (patch) | |
| tree | 9c882233da0f9be2cbb33c27218f4710ceb8fdd6 | |
| parent | f908d7e194f214fdd5da914e4c3af62bf624ed24 (diff) | |
doc: arch/x86: update link to ACPI
acpi.info doesn't expose anything anymore.
One of the last archives of that link on the Wayback Machine states[1]
that the ACPI spec is now hosted on uefi.org, so let's update the link
to something that actually is interesting to the user.
[1] https://web.archive.org/web/20190522071820/http://www.acpi.info/
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 13d2b2ea9af..28726f717f6 100644 --- a/doc/arch/x86/x86.rst +++ b/doc/arch/x86/x86.rst @@ -486,4 +486,4 @@ TODO List .. _SFI: https://en.wikipedia.org/wiki/Simple_Firmware_Interface .. _MP: https://en.wikipedia.org/wiki/MultiProcessor_Specification .. _SeaBIOS: https://www.seabios.org/ -.. _ACPI: http://www.acpi.info +.. _ACPI: https://uefi.org/acpi/specs |
