From a6015d46f43a78e277ac05140ca9f1b27367e111 Mon Sep 17 00:00:00 2001 From: besendorf Date: Thu, 9 Jan 2020 15:48:12 +0100 Subject: [PATCH] Updates URL for Electron Command Line Switches old URL is not accessible anymore --- electron_app/src/electron-main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron_app/src/electron-main.js b/electron_app/src/electron-main.js index 453f2fe5e4..6e477f9015 100644 --- a/electron_app/src/electron-main.js +++ b/electron_app/src/electron-main.js @@ -63,7 +63,7 @@ if (argv["help"]) { console.log(" --hidden: Start the application hidden in the system tray."); console.log(" --help: Displays this help message."); console.log("And more such as --proxy, see:" + - "https://github.com/electron/electron/blob/master/docs/api/chrome-command-line-switches.md"); + "https://electronjs.org/docs/api/chrome-command-line-switches#supported-chrome-command-line-switches"); app.exit(); }