Merge pull request #3456 from meowlab/improve-translation-zh-CN

Fix a dead link and add a new Chinese document translation
This commit is contained in:
Cheng Zhao 2015-11-16 16:29:09 +08:00
commit feedd0c43d
3 changed files with 55 additions and 2 deletions

View file

@ -35,7 +35,7 @@ __3. Node Integration__
In NW.js, the Node integration in web pages requires patching Chromium to
work, while in Electron we chose a different way to integrate the libuv loop
with each platform's message loop to avoid hacking Chromium. See the
[`node_bindings`](../../atom/common/) code for how that was done.
[`node_bindings`](../../../atom/common/) code for how that was done.
__4. Multi-context__