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.
-
+
-
- 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 @@
}
};
-
+
@@ -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) => {
});