Fix Linux download link. (#1781)

This commit is contained in:
Paolo Rotolo 2017-05-02 02:56:38 +02:00 committed by Guillermo Rauch
parent ae70eb1e17
commit 0797f38f17

View file

@ -1610,7 +1610,7 @@ exports.mapTermsState = (state, map) => {
downloadButtonText.innerHTML += ' for <strong>Fedora</strong>';
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 <strong>Linux</strong>';
document.getElementById('td-appimage').classList.add('highlighted');
}