New URL for latest Hyper release

This commit is contained in:
Leo Lamprecht 2017-08-05 00:05:10 +02:00
parent 866b5b82ce
commit 21f4769231

View file

@ -606,35 +606,35 @@
<tr> <tr>
<td><b>macOS</b> (.dmg)</td> <td><b>macOS</b> (.dmg)</td>
<td id="td-mac-os" colspan="2"> <td id="td-mac-os" colspan="2">
<a href="https://hyper-latest.now.sh/latest/dmg">DOWNLOAD <img src="static/download-icon.svg"/></a> <a href="https://latest.hyper.is/latest/dmg">DOWNLOAD <img src="static/download-icon.svg"/></a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td><b>Windows</b> (.exe)</td> <td><b>Windows</b> (.exe)</td>
<td class="soon">COMING SOON</td> <td class="soon">COMING SOON</td>
<td id="td-win"> <td id="td-win">
<a href="https://hyper-latest.now.sh/latest/exe">DOWNLOAD <img src="static/download-icon.svg"/></a> <a href="https://latest.hyper.is/latest/exe">DOWNLOAD <img src="static/download-icon.svg"/></a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td><b>Debian</b> (.deb)</td> <td><b>Debian</b> (.deb)</td>
<td class="soon">COMING SOON</td> <td class="soon">COMING SOON</td>
<td id="td-debian"> <td id="td-debian">
<a href="https://hyper-latest.now.sh/latest/deb">DOWNLOAD <img src="static/download-icon.svg"/></a> <a href="https://latest.hyper.is/latest/deb">DOWNLOAD <img src="static/download-icon.svg"/></a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td><b>Fedora</b> (.rpm)</td> <td><b>Fedora</b> (.rpm)</td>
<td class="soon">COMING SOON</td> <td class="soon">COMING SOON</td>
<td id="td-fedora"> <td id="td-fedora">
<a href="https://hyper-latest.now.sh/latest/rpm">DOWNLOAD <img src="static/download-icon.svg"/></a> <a href="https://latest.hyper.is/latest/rpm">DOWNLOAD <img src="static/download-icon.svg"/></a>
</td> </td>
</tr> </tr>
<tr> <tr>
<td><b>Other Linux distros</b> (.AppImage)</td> <td><b>Other Linux distros</b> (.AppImage)</td>
<td class="soon">COMING SOON</td> <td class="soon">COMING SOON</td>
<td id="td-appimage" colspan="2"> <td id="td-appimage" colspan="2">
<a href="https://hyper-latest.now.sh/latest/AppImage">DOWNLOAD <img src="static/download-icon.svg"/></a> <a href="https://latest.hyper.is/latest/AppImage">DOWNLOAD <img src="static/download-icon.svg"/></a>
</td> </td>
</tr> </tr>
</table> </table>
@ -1635,7 +1635,7 @@ exports.mapTermsState = (state, map) => {
downloadButtonText.innerHTML += ' for <strong>Fedora</strong>'; downloadButtonText.innerHTML += ' for <strong>Fedora</strong>';
document.getElementById('td-fedora').classList.add('highlighted'); document.getElementById('td-fedora').classList.add('highlighted');
} else { } else {
downloadButton.setAttribute('href', 'https://hyper-latest.now.sh/latest/AppImage'); downloadButton.setAttribute('href', 'https://latest.hyper.is/latest/AppImage');
downloadButtonText.innerHTML += ' for <strong>Linux</strong>'; downloadButtonText.innerHTML += ' for <strong>Linux</strong>';
document.getElementById('td-appimage').classList.add('highlighted'); document.getElementById('td-appimage').classList.add('highlighted');
} }