From 35c66b02b5c9f044caeb65b85ef524ac16213639 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 27 Oct 2018 03:45:19 +0200 Subject: [PATCH] Update documentation URLs in the CLI help message (#683) This updates URLs in the command-line help to avoid redirects. --- src/cli.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli.js b/src/cli.js index 03108e8..adef4f2 100755 --- a/src/cli.js +++ b/src/cli.js @@ -65,7 +65,7 @@ if (require.main === module) { ) .option( '-e, --electron-version ', - "electron version to package, without the 'v', see https://github.com/atom/electron/releases", + "electron version to package, without the 'v', see https://github.com/electron/electron/releases", ) .option( '--no-overwrite', @@ -73,7 +73,7 @@ if (require.main === module) { ) .option( '-c, --conceal', - 'packages the source code within your app into an archive, defaults to false, see http://electron.atom.io/docs/v0.36.0/tutorial/application-packaging/', + 'packages the source code within your app into an archive, defaults to false, see https://electronjs.org/docs/tutorial/application-packaging', ) .option( '--counter',