From 7cca287b602ea52e2c61b33fb761183845421adf Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 6 May 2016 10:09:24 -0700 Subject: [PATCH] Update links to electron org --- docs/api/crash-reporter.md | 2 +- docs/tutorial/application-distribution.md | 2 +- docs/tutorial/application-packaging.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/crash-reporter.md b/docs/api/crash-reporter.md index 1f8229eaa792..c7645048fed0 100644 --- a/docs/api/crash-reporter.md +++ b/docs/api/crash-reporter.md @@ -20,7 +20,7 @@ For setting up a server to accept and process crash reports, you can use following projects: * [socorro](https://github.com/mozilla/socorro) -* [mini-breakpad-server](https://github.com/atom/mini-breakpad-server) +* [mini-breakpad-server](https://github.com/electron/mini-breakpad-server) ## Methods diff --git a/docs/tutorial/application-distribution.md b/docs/tutorial/application-distribution.md index 313c924e881c..a5d0f3797c83 100644 --- a/docs/tutorial/application-distribution.md +++ b/docs/tutorial/application-distribution.md @@ -30,7 +30,7 @@ your distribution to deliver to final users. ## Packaging Your App into a File Apart from shipping your app by copying all of its source files, you can also -package your app into an [asar](https://github.com/atom/asar) archive to avoid +package your app into an [asar](https://github.com/electron/asar) archive to avoid exposing your app's source code to users. To use an `asar` archive to replace the `app` folder, you need to rename the diff --git a/docs/tutorial/application-packaging.md b/docs/tutorial/application-packaging.md index b42a2f9298ba..b74e32b6929c 100644 --- a/docs/tutorial/application-packaging.md +++ b/docs/tutorial/application-packaging.md @@ -181,4 +181,4 @@ After running the command, apart from the `app.asar`, there is also an `app.asar.unpacked` folder generated which contains the unpacked files, you should copy it together with `app.asar` when shipping it to users. -[asar]: https://github.com/atom/asar +[asar]: https://github.com/electron/asar