From 020d9f21e8b7b826e1011b26fd75c97b78d06674 Mon Sep 17 00:00:00 2001 From: M4kI9H7 <49873818+M4kI9H7@users.noreply.github.com> Date: Sun, 31 Oct 2021 03:11:25 +0900 Subject: [PATCH] Fix SSDT-XOSI links (#69) Change broken relative paths to absolute external links --- Laptops/trackpad-methods/manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Laptops/trackpad-methods/manual.md b/Laptops/trackpad-methods/manual.md index eefa644..d09b580 100644 --- a/Laptops/trackpad-methods/manual.md +++ b/Laptops/trackpad-methods/manual.md @@ -143,8 +143,8 @@ The best way to patch these checks is to use _OSI to XOSI with SSDT-XOSI. You ca Requires the below SSDT and patch -* [SSDT-XOSI.dsl](/extra-files/decompiled/SSDT-XOSI.dsl) - If you need to edit [which versions of Windows the SSDT checks for](https://docs.microsoft.com/en-us/windows-hardware/drivers/acpi/winacpi-osi#_osi-strings-for-windows-operating-systems). -* [SSDT-XOSI.aml](/extra-files/compiled/SSDT-XOSI.aml) - Precompiled +* [SSDT-XOSI.dsl](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/decompiled/SSDT-XOSI.dsl) - If you need to edit [which versions of Windows the SSDT checks for](https://docs.microsoft.com/en-us/windows-hardware/drivers/acpi/winacpi-osi#_osi-strings-for-windows-operating-systems). +* [SSDT-XOSI.aml](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-XOSI.aml) - Precompiled * XOSI Rename (Add this under ACPI -> Patch in your config.plist): | Comment | String | Change \_OSI to XOSI |