From 90b1f45475c82566fe6533c03f4938594f17bb49 Mon Sep 17 00:00:00 2001 From: Andrey1970AppleLife Date: Mon, 29 Jun 2020 02:39:08 +0300 Subject: [PATCH] Update Dual Battery Support.md --- Docs/Dual Battery Support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/Dual Battery Support.md b/Docs/Dual Battery Support.md index fb1f254..27936e3 100644 --- a/Docs/Dual Battery Support.md +++ b/Docs/Dual Battery Support.md @@ -12,7 +12,7 @@ In this quick guide we will explain on how to implement dual battery support und - Dump of native DSDT - Plist Editor (use your prefered one) - [SSDT-BATC](/~https://github.com/acidanthera/VirtualSMC/blob/master/Docs/SSDT-BATC.dsl) -- `BATC-Sample.plist` as a sample for ACPI patches +- [BATC-Sample.plist](/~https://github.com/acidanthera/VirtualSMC/blob/master/Docs/BATC-Sample.plist) as a sample for ACPI patches ## Implementation @@ -423,4 +423,4 @@ Once you are done and the compiler returns no errors, save the SSDT with patched Now you can reboot and you should have correct Battery Status and reporting under macOS. -Refer to the sample `BATC-Sample.plist` for ACPI renames so you can adapt patches according to your ACPI. +Refer to the sample [BATC-Sample.plist](/~https://github.com/acidanthera/VirtualSMC/blob/master/Docs/BATC-Sample.plist) for ACPI renames so you can adapt patches according to your ACPI.