Skip to content

Commit ea889b4

Browse files
authored
docs: update Hazel information (electron#30517)
1 parent 655b614 commit ea889b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tutorial/updates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ update server.
4949
Depending on your needs, you can choose from one of these:
5050

5151
- [Hazel][hazel] – Update server for private or open-source apps which can be
52-
deployed for free on [Now][now]. It pulls from [GitHub Releases][gh-releases]
52+
deployed for free on [Vercel][vercel]. It pulls from [GitHub Releases][gh-releases]
5353
and leverages the power of GitHub's CDN.
5454
- [Nuts][nuts] – Also uses [GitHub Releases][gh-releases], but caches app
5555
updates on disk and supports private repositories.
@@ -64,7 +64,7 @@ to minify server cost.
6464
Once you've deployed your update server, continue with importing the required
6565
modules in your code. The following code might vary for different server
6666
software, but it works like described when using
67-
[Hazel](https://github.com/zeit/hazel).
67+
[Hazel][hazel].
6868

6969
**Important:** Please ensure that the code below will only be executed in
7070
your packaged app, and not in development. You can use
@@ -136,8 +136,8 @@ autoUpdater.on('error', message => {
136136

137137
Because the requests made by Auto Update aren't under your direct control, you may find situations that are difficult to handle (such as if the update server is behind authentication). The `url` field does support files, which means that with some effort, you can sidestep the server-communication aspect of the process. [Here's an example of how this could work](https://github.com/electron/electron/issues/5020#issuecomment-477636990).
138138

139-
[now]: https://zeit.co/now
140-
[hazel]: https://github.com/zeit/hazel
139+
[vercel]: https://vercel.com
140+
[hazel]: https://github.com/vercel/hazel
141141
[nuts]: https://github.com/GitbookIO/nuts
142142
[gh-releases]: https://help.github.com/articles/creating-releases/
143143
[electron-release-server]: https://github.com/ArekSredzki/electron-release-server

0 commit comments

Comments
 (0)