Fix node_bindings link in Simplified Chinese document translation

This commit is contained in:
Sunny 2015-11-13 15:41:20 +08:00
parent 8f56387bd9
commit 9ac87e844a

View file

@ -35,7 +35,7 @@ __3. Node Integration__
In NW.js, the Node integration in web pages requires patching Chromium to 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 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 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__ __4. Multi-context__