diff --git a/.travis.yml b/.travis.yml index 7954f3e..fd69e8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ deploy: provider: pages skip_cleanup: true name: Travis Build Bot - fqdn: + fqdn: acpi.dortania.ml keep_history: true on: branch: master diff --git a/Manual/compile.md b/Manual/compile.md index aec9adc..864efc6 100644 --- a/Manual/compile.md +++ b/Manual/compile.md @@ -1,6 +1,6 @@ # Compiling and decompiling ACPI Tables -See [General Troubleshooting](https://khronokernel-2.gitbook.io/opencore-vanilla-desktop-guide/troubleshooting/troubleshooting) if you have dumping/compiling errors +See [General Troubleshooting](https://desktop.dortania.ml/troubleshooting/troubleshooting) if you have dumping/compiling errors * [macOS Compiling and Decompiling](/Manual/compile.md#macos) * [Windows Compiling and Decompiling](/Manual/compile.md#windows) diff --git a/Universal/spoof.md b/Universal/spoof.md index 37ec47d..be4cab7 100644 --- a/Universal/spoof.md +++ b/Universal/spoof.md @@ -20,7 +20,7 @@ So to spoof the GPU, we need to find a couple things: ## Finding a suitable PCI ID -To find a suitable PCI ID, we'll be using [PCI ID Repository](https://pci-ids.ucw.cz/read/PC/1002) which has a full database of all AMD GPUs. For this example, we'll be creating a Spoof SSDT for the R9 390. For a full list of supported GPUs, please see the [GPU Buyers Guide](https://khronokernel-3.gitbook.io/catalina-gpu-buyers-guide/). The closest match to this GPU would be the 390X, and looking on that site near the top gives us this: +To find a suitable PCI ID, we'll be using [PCI ID Repository](https://pci-ids.ucw.cz/read/PC/1002) which has a full database of all AMD GPUs. For this example, we'll be creating a Spoof SSDT for the R9 390. For a full list of supported GPUs, please see the [GPU Buyers Guide](https://gpu.dortania.ml/). The closest match to this GPU would be the 390X, and looking on that site near the top gives us this: ``` Vendor 1002 -> Device 1002:67b0 diff --git a/ssdt-easy.md b/ssdt-easy.md index b084e1e..df8e958 100644 --- a/ssdt-easy.md +++ b/ssdt-easy.md @@ -48,7 +48,7 @@ What we want to do is select option `4. Dump DSDT` first, then select the approp For Skylake and newer plus AMD, you can grab a prebuilt file here: [SSDT-USBX.aml](https://github.com/khronokernel/Opencore-Vanilla-Desktop-Guide/blob/master/extra-files/SSDT-USBX.aml). This file is plug and play and requires no device configuration, **do not use on Broadwell and older**. -**Troubleshooting note**: See [General Troubleshooting](https://khronokernel.github.io/Opencore-Vanilla-Desktop-Guide/troubleshooting/troubleshooting.html) if you're having issues running SSDTTime +**Troubleshooting note**: See [General Troubleshooting](https://desktop.dortania.ml/troubleshooting/troubleshooting.html) if you're having issues running SSDTTime ## Adding to OpenCore