From a35424ef250694a015e9e1477a6079897f839fca Mon Sep 17 00:00:00 2001 From: Charlie Hess Date: Mon, 6 Feb 2017 15:54:05 -0800 Subject: [PATCH] Fix broken Squirrel.Windows link. --- docs/api/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/app.md b/docs/api/app.md index 3ad94584f86d..83e071618d56 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -804,7 +804,7 @@ Returns `Object`: Set the app's login item settings. -To work with Electron's `autoUpdater` on Windows, which uses [Squirrel](Squirrel-Windows), +To work with Electron's `autoUpdater` on Windows, which uses [Squirrel][Squirrel-Windows], you'll want to set the launch path to Update.exe, and pass arguments that specify your application name. For example: