From 0797f38f170aafbb31d84c3435725ce2a29d72fb Mon Sep 17 00:00:00 2001 From: Paolo Rotolo Date: Tue, 2 May 2017 02:56:38 +0200 Subject: [PATCH] Fix Linux download link. (#1781) --- website/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/index.html b/website/index.html index 7c0720a7..30c8d0bc 100644 --- a/website/index.html +++ b/website/index.html @@ -1610,7 +1610,7 @@ exports.mapTermsState = (state, map) => { downloadButtonText.innerHTML += ' for Fedora'; document.getElementById('td-fedora').classList.add('highlighted'); } else { - downloadButton.setAttribute('href', 'https://github.com/zeit/hyper/releases/download/1.2.0/hyper-1.3.1-x86_64-linux.AppImage'); + downloadButton.setAttribute('href', 'https://hyper-latest.now.sh/latest/AppImage'); downloadButtonText.innerHTML += ' for Linux'; document.getElementById('td-appimage').classList.add('highlighted'); }