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>
@ -677,10 +677,10 @@
<p>You can also take a look at <p>You can also take a look at
<a href="https://github.com/bnb/awesome-hyper">Awesome Hyper</a> <a href="https://github.com/bnb/awesome-hyper">Awesome Hyper</a>
for a curated list of plugins and resources.</p> for a curated list of plugins and resources.</p>
<h2 id="keymaps"><a href="#keymaps">Keymaps</a></h2> <h2 id="keymaps"><a href="#keymaps">Keymaps</a></h2>
<P> All command keys can be changed. In order to change them, edit <P> All command keys can be changed. In order to change them, edit
<code>~/.hyper.js</code> and add your desired change to <code>keymaps</code>. <code>~/.hyper.js</code> and add your desired change to <code>keymaps</code>.
</p> </p>
<p> Then Hyper will change the default with your custom change.</p> <p> Then Hyper will change the default with your custom change.</p>
@ -693,7 +693,7 @@
} }
};</code></pre> };</code></pre>
<h2 id="cfg"><a href="#cfg">Configuration</a></h2> <h2 id="cfg"><a href="#cfg">Configuration</a></h2>
@ -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');
} }
@ -1654,4 +1654,4 @@ exports.mapTermsState = (state, map) => {
}); });
</script> </script>
</body> </body>
</html> </html>