Merge pull request #10481 from John2143/fix-docs

Redirect dead link in docs
This commit is contained in:
Zeke Sikelianos 2017-09-10 17:28:57 -07:00 committed by GitHub
commit c51e3c2882

View file

@ -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.