Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit 5e3480d

Browse files
TehShrikedigitalinfinity
authored andcommitted
doc: fixing links in markdown
The whitespace between the brackets and the parentheses breaks the links when rendered on Github. Reviewed-By: Hitesh Kanwathirtha <digitalinfinity@gmail.com> PR-URL: #207
1 parent 25ca0d9 commit 5e3480d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Node.js on ChakraCore
22
=====================
33

4-
This project enables Node.js to optionally use the [ChakraCore] (https://github.com/Microsoft/ChakraCore)
4+
This project enables Node.js to optionally use the [ChakraCore](https://github.com/Microsoft/ChakraCore)
55
JavaScript engine. This project is still **work in progress** and not an officially
66
supported Node.js branch. For more context into this project, please refer to the
7-
[original PR] (https://github.com/nodejs/node/pull/4765).
7+
[original PR](https://github.com/nodejs/node/pull/4765).
88

99
### How it works
1010

1111
To enable building and running Node.js with the ChakraCore JavaScript engine, a
1212
V8 API shim (ChakraShim) is created on top of the ChakraCore runtime hosting API
13-
([JSRT] (https://github.com/Microsoft/ChakraCore/wiki/JavaScript-Runtime-(JSRT)-Overview).
13+
([JSRT](https://github.com/Microsoft/ChakraCore/wiki/JavaScript-Runtime-(JSRT)-Overview).
1414
ChakraShim implements the most essential V8 APIs so that the underlying
1515
JavaScript engine change is transparent to Node.js and other native addon
1616
modules written for V8.
@@ -70,7 +70,7 @@ If you are looking to build this yourself, here's what you will need.
7070

7171
Prerequisites:
7272
* Windows 7 SP1 or higher (Windows 8.1 or higher for ARM builds)
73-
* [Python 2.6 or 2.7] (https://www.python.org)
73+
* [Python 2.6 or 2.7](https://www.python.org)
7474
* [Visual Studio]
7575
(https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx)
7676

@@ -172,4 +172,4 @@ Hello from Node.js chakracore
172172
### Issues
173173

174174
Please report all issues related to Node-ChakraCore on our
175-
[issues page] (https://github.com/nodejs/node-chakracore/issues).
175+
[issues page](https://github.com/nodejs/node-chakracore/issues).

0 commit comments

Comments
 (0)