From 2d4a95faf5fe270b4260e7c931ef8489e4155a95 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Fri, 16 Oct 2020 15:28:51 -0600 Subject: [PATCH] Fix typo --- Universal/unc0-methods/manual.md | 2 +- Universal/unc0-methods/prebuilt.md | 2 +- Universal/unc0.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Universal/unc0-methods/manual.md b/Universal/unc0-methods/manual.md index 46e2223..168b7c0 100644 --- a/Universal/unc0-methods/manual.md +++ b/Universal/unc0-methods/manual.md @@ -9,7 +9,7 @@ Super simple, just grab the SSDT and compile: -* [SSDT-UNC0.dsl](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-UNC0.dsl) +* [SSDT-UNC.dsl](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/SSDT-UNC0.dsl) See here how to compile: [Compiling ACPI](/Manual/compile.md) diff --git a/Universal/unc0-methods/prebuilt.md b/Universal/unc0-methods/prebuilt.md index 3197241..2f21e0f 100644 --- a/Universal/unc0-methods/prebuilt.md +++ b/Universal/unc0-methods/prebuilt.md @@ -2,7 +2,7 @@ By far the easiest method, all you need to do is download the following file: -* [SSDT-UNC0.aml](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-UNC0.aml) +* [SSDT-UNC.aml](https://github.com/dortania/Getting-Started-With-ACPI/blob/master/extra-files/compiled/SSDT-UNC.aml) ## Wrapping up diff --git a/Universal/unc0.md b/Universal/unc0.md index 402cabf..2fb0d64 100644 --- a/Universal/unc0.md +++ b/Universal/unc0.md @@ -1,4 +1,4 @@ -# Fixing Uncore Bridges (SSDT-UNC0) +# Fixing Uncore Bridges (SSDT-UNC) * [What this SSDT does](#what-this-ssdt-does) * [Methods to make this SSDT](#methods-to-make-this-ssdt)