From 8ab4091799d11c6a4350f31184d5e950009274c4 Mon Sep 17 00:00:00 2001 From: Datta Madasu <70431425+datta30@users.noreply.github.com> Date: Wed, 13 Oct 2021 10:34:17 +0530 Subject: [PATCH] Changes to iasl download link for Linux (#68) --- Manual/compile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual/compile.md b/Manual/compile.md index 8806cfa..d0df31b 100644 --- a/Manual/compile.md +++ b/Manual/compile.md @@ -34,7 +34,7 @@ path/to/iasl.exe path/to/DSDT.aml ## Linux -Compiling and decompiling with Linux is just as simple, you will need a copy of iasl. You can get it here ([iasl](http://amdosx.kellynet.nl/iasl.zip)) or through the `iasl` package in your package manager. iasl can be used as such: +Compiling and decompiling with Linux is just as simple, you will need a copy of iasl. You can get it here ([iasl](https://web.archive.org/web/20200508194642/http://amdosx.kellynet.nl/iasl.zip)) or through the `iasl` package in your package manager. iasl can be used as such: ``` path/to/iasl path/to/DSDT.aml