diff --git a/README.md b/README.md index dfe29cd6..1a00e7ac 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ For more details, head to: https://hyper.is ## Usage -You can download the latest release [here](https://hyperterm.org/#installation). +You can download the latest release [here](https://hyper.is/#installation). If you're on macOS, you can also use [Homebrew Cask](https://caskroom.github.io/) to download the app by running these commands: @@ -35,7 +35,7 @@ After that, you'll see the binary in the `./dist` folder! ## Related Repositories -- [Art](https://github.com/zeit/hyperterm-art) -- [Website](https://github.com/zeit/hyperterm-website) +- [Art](https://github.com/zeit/art) +- [Website](https://github.com/zeit/hyper-website) - [Sample Extension](https://github.com/zeit/hyperpower) - [Sample Theme](https://github.com/zeit/hyperyellow) diff --git a/app/config-default.js b/app/config-default.js index 2abf4166..7382413d 100644 --- a/app/config-default.js +++ b/app/config-default.js @@ -72,7 +72,7 @@ module.exports = { // URL to custom bell // bellSoundURL: 'http://example.com/bell.mp3', - // for advanced config flags please refer to https://hyperterm.org/#cfg + // for advanced config flags please refer to https://hyper.is/#cfg }, // a list of plugins to fetch and install from npm @@ -84,7 +84,7 @@ module.exports = { plugins: [], // in development, you can create a directory under - // `~/.hyperterm_plugins/local/` and include it here + // `~/.hyper_plugins/local/` and include it here // to load it and avoid it being `npm install`ed localPlugins: [] }; diff --git a/app/index.html b/app/index.html index 4269a513..2f3c458f 100644 --- a/app/index.html +++ b/app/index.html @@ -1,7 +1,7 @@
-