From 8dbe7943d462d1c446a05ebf53d310733661c69b Mon Sep 17 00:00:00 2001 From: Tedward747 Date: Wed, 2 Mar 2022 13:35:48 -0700 Subject: [PATCH] API.md: Update link for conceal flag (#1364) Old link went 404, new one has an overview of what it is and has a link to the asar github for anyone wanting technical knowledge --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index a89dd08..3e292d4 100644 --- a/API.md +++ b/API.md @@ -168,7 +168,7 @@ Note: careful to not conflate _platform_ with _architecture_. If you want for ex -c, --conceal ``` -Specifies if the source code within the nativefied app should be packaged into an archive, defaults to false, [read more](http://electron.atom.io/docs/v0.36.0/tutorial/application-packaging/). +Specifies if the source code within the nativefied app should be packaged into an archive, defaults to false, [read more](https://www.electronjs.org/docs/latest/glossary#asar). #### [electron-version]