Fix node_bindings link in Simplified Chinese document translation
authorSunny <ratsunny@gmail.com>
Fri, 13 Nov 2015 07:41:20 +0000 (15:41 +0800)
committerSunny <ratsunny@gmail.com>
Fri, 13 Nov 2015 07:41:20 +0000 (15:41 +0800)
docs/development/atom-shell-vs-node-webkit.md

index c1fffa3..4431a54 100644 (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__