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'); }