docs: Use absolute URLs

Relative paths in GitHub's repo do not work very well, and our docs site
can not recognize them.
This commit is contained in:
Cheng Zhao 2015-11-17 11:47:57 +08:00
parent b4d3c8f248
commit 68099a71b0
4 changed files with 11 additions and 5 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`][node-bindings] code for how that was done.
__4. Multi-context__
@ -46,3 +46,5 @@ of how NW.js was implemented.
By using the [multi-context](http://strongloop.com/strongblog/whats-new-node-js-v0-12-multiple-context-execution/)
feature of Node, Electron doesn't introduce a new JavaScript context in web
pages.
[node-bindings]: https://github.com/atom/electron/tree/master/atom/common