From 21f4769231941509e5655ba63e37761aed57b743 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sat, 5 Aug 2017 00:05:10 +0200 Subject: [PATCH] New URL for latest Hyper release --- website/index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/website/index.html b/website/index.html index f2b5c255..e49a624d 100644 --- a/website/index.html +++ b/website/index.html @@ -606,35 +606,35 @@ macOS (.dmg) - DOWNLOAD + DOWNLOAD Windows (.exe) COMING SOON - DOWNLOAD + DOWNLOAD Debian (.deb) COMING SOON - DOWNLOAD + DOWNLOAD Fedora (.rpm) COMING SOON - DOWNLOAD + DOWNLOAD Other Linux distros (.AppImage) COMING SOON - DOWNLOAD + DOWNLOAD @@ -677,10 +677,10 @@

You can also take a look at Awesome Hyper for a curated list of plugins and resources.

- +

Keymaps

- -

All command keys can be changed. In order to change them, edit + +

All command keys can be changed. In order to change them, edit ~/.hyper.js and add your desired change to keymaps.

Then Hyper will change the default with your custom change.

@@ -693,7 +693,7 @@ } }; - +

Configuration

@@ -1635,7 +1635,7 @@ exports.mapTermsState = (state, map) => { downloadButtonText.innerHTML += ' for Fedora'; document.getElementById('td-fedora').classList.add('highlighted'); } else { - downloadButton.setAttribute('href', 'https://hyper-latest.now.sh/latest/AppImage'); + downloadButton.setAttribute('href', 'https://latest.hyper.is/latest/AppImage'); downloadButtonText.innerHTML += ' for Linux'; document.getElementById('td-appimage').classList.add('highlighted'); } @@ -1654,4 +1654,4 @@ exports.mapTermsState = (state, map) => { }); - \ No newline at end of file +