diff --git a/installation/linux.md b/installation/linux.md index 7d010ca04..1fca2e468 100644 --- a/installation/linux.md +++ b/installation/linux.md @@ -29,7 +29,7 @@ Train your understanding of Linux permissions at [linuxjourney.com/lesson/file-p ## Meeting the Requirements: ## As a first step, please verify, that your system meets the [prerequisites](index.html#prerequisites). -You may want to install Zulu, a fully certified Java build [as a package](https://docs.azul.com/zulu/zuludocs/#ZuluUserGuide/InstallingZulu/InstallOnLinuxUsingAPTRepository.htm) or [manually](https://docs.azul.com/zulu/zuludocs/#ZuluUserGuide/InstallingZulu/InstallLinuxUsingZuluZIPFile.htm). +You may want to install Zulu, a fully certified Java build [as a package or manually](https://docs.azul.com/zulu/zuludocs/ZuluUserGuide/InstallingZulu/InstallZulu.htm). Alternatively, Zulu Embedded can be installed for small systems either from the same package repository as above or [manually](http://www.azul.com/downloads/zulu-embedded/). If you're unsure which manual file you should download, using `dpkg --print-architecture` or `rpm -q --qf '%{ARCH}\n' rpm` in your Linux terminal should point you in the right direction (e.g. armhf means ARM Hard Float).