diff --git a/Manual/compile.md b/Manual/compile.md index b3fa1c6..68f10b5 100644 --- a/Manual/compile.md +++ b/Manual/compile.md @@ -22,7 +22,7 @@ path/to/iasl.exe path/to/DSDT.aml ## Windows -Compiling and decompiling on windows is fairly simple though, you will need [iasl.exe](https://acpica.org/sites/acpica/files/iasl-win-20180105.zip) and Command Prompt: +Compiling and decompiling on windows is fairly simple though, you will need [iasl.exe](https://acpica.org/downloads/binary-tools) and Command Prompt: ```text path/to/iasl.exe path/to/DSDT.aml diff --git a/troubleshooting.md b/troubleshooting.md index 1337a0b..5e933f0 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -12,7 +12,7 @@ This is usually due to an outdated version of Python, try either updating Python or add iasl to the scripts folder for SSDTTime: * [iasl macOS version](https://bitbucket.org/RehabMan/acpica/downloads/iasl.zip) -* [iasl Windows version](https://acpica.org/sites/acpica/files/iasl-win-20180105.zip) +* [iasl Windows version](https://acpica.org/downloads/binary-tools) * [iasl Linux version](http://amdosx.kellynet.nl/iasl.zip) ## Can't run `acpidump.efi` from OpenCore