From 27d73b362ac78d076b6fe10fdc2271cd9574455f Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 24 Jun 2014 11:24:40 +0800 Subject: [PATCH] Markdown in website is rendered differently --- docs/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 9af8a0f29012..527a7a5bde9a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -40,10 +40,8 @@ Modules for both sides: * [Coding style](development/coding-style.md) * [Source code directory structure](development/source-code-directory-structure.md) * [Technical differences to node-webkit](development/atom-shell-vs-node-webkit.md) -* [How node.js is integrated into atom-shell](atom-shell-slides) (slides) ([中文版](atom-shell-slides-chinese)) +* [How node.js is integrated into atom-shell](https://speakerdeck.com/zcbenz/practice-on-embedding-node-dot-js-into-atom-editor) (slides) ([中文版](http://2014.jsconf.cn/slides/Practice%20on%20embedding%20Node.js%20into%20Atom%20Editor.pdf +)) * [Build instructions (Mac)](development/build-instructions-mac.md) * [Build instructions (Windows)](development/build-instructions-windows.md) * [Build instructions (Linux)](development/build-instructions-linux.md) - -[atom-shell-slides]:https://speakerdeck.com/zcbenz/practice-on-embedding-node-dot-js-into-atom-editor -[atom-shell-slides-chinese]:http://2014.jsconf.cn/slides/Practice%20on%20embedding%20Node.js%20into%20Atom%20Editor.pdf