From bfa7225c2425cc6a51c50c73cb5ebac3b4abf70f Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 30 Nov 2016 09:47:02 -0700 Subject: [PATCH] Remove link to iso --- layouts/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index f46c25e0..aa818f8f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -21,9 +21,8 @@ </p> </div> <div class="col-md-4 install-box"> - <a class="btn btn-success" href="https://github.com/redox-os/redox">Pull from GitHub</a> - <a class="btn btn-primary" href="https://static.redox-os.org/redox-installer.iso">Download ISO (WIP)</a> - <a class="btn btn-default" href="https://static.redox-os.org/">Other Downloads</a> + <a class="btn btn-success" href="https://github.com/redox-os/redox/">Pull from GitHub</a> + <a class="btn btn-primary" href="https://static.redox-os.org/">Downloads</a> </div> </div> <div class="row features"> -- GitLab