From 38342fbe48817db6bf5a5d764ffd99e6f9bd0f18 Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Sun, 10 Sep 2017 08:27:10 -0400 Subject: [PATCH] :memo: Redirect dead link [ci skip] --- docs/development/atom-shell-vs-node-webkit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/atom-shell-vs-node-webkit.md b/docs/development/atom-shell-vs-node-webkit.md index 4c8cd4ef5fe..a1604976a93 100644 --- a/docs/development/atom-shell-vs-node-webkit.md +++ b/docs/development/atom-shell-vs-node-webkit.md @@ -43,7 +43,7 @@ If you are an experienced NW.js user, you should be familiar with the concept of Node context and web context. These concepts were invented because of how NW.js was implemented. -By using the [multi-context](http://strongloop.com/strongblog/whats-new-node-js-v0-12-multiple-context-execution/) +By using the [multi-context](https://github.com/nodejs/node-v0.x-archive/commit/756b622) feature of Node, Electron doesn't introduce a new JavaScript context in web pages.