Browse Source

Update quick-start.md (#30064)

Change app-quit link definition, so both window-all-closed and app-quit redirects to appropriate sites.
Davenury 3 years ago
parent
commit
75b4267aa9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/tutorial/quick-start.md

+ 1 - 1
docs/tutorial/quick-start.md

@@ -223,7 +223,7 @@ app.on('window-all-closed', function () {
 
 [node-platform]: https://nodejs.org/api/process.html#process_process_platform
 [window-all-closed]: ../api/app.md#event-window-all-closed
-[window-all-closed]: ../api/app.md#appquit
+[app-quit]: ../api/app.md#appquit
 
 #### Open a window if none are open (macOS)