Skip to content

Commit 9f8a41d

Browse files
Uniformity in headers
1 parent e2a9c77 commit 9f8a41d

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
@@ -7,7 +7,7 @@ ChakraCore is the core part of Chakra, the high-performance JavaScript engine th
77

88
You can stay up-to-date on progress by following the [MSEdge developer blog](https://blogs.windows.com/msedgedev/).
99

10-
## [Build Status](https://github.com/Microsoft/ChakraCore/wiki/Build-Status)
10+
## Build Status
1111

1212
| | __Debug__ | __Test__ | __Release__ |
1313
|:-----------------------------:|:---------:|:--------:|:-----------:|
@@ -92,7 +92,7 @@ If you believe you have found a security issue in ChakraCore, please share it wi
9292
* [Contribution guidelines](CONTRIBUTING.md)
9393
* [Blogs, talks and other resources](https://github.com/Microsoft/ChakraCore/wiki/Resources)
9494

95-
## [Building ChakraCore](https://github.com/Microsoft/ChakraCore/wiki/Building-ChakraCore)
95+
## Building ChakraCore
9696

9797
You can build ChakraCore on Windows 7 SP1 or above, and Windows Server 2008 R2 or above, with either Visual Studio 2015 or 2017 with C++ support installed. Once you have Visual Studio installed:
9898

@@ -116,7 +116,7 @@ Once built, you have a few options for how you can use ChakraCore:
116116

117117
_A note about using ChakraCore_: ChakraCore is the foundational JavaScript engine, but it does not include the external APIs that make up the modern JavaScript development experience. For example, DOM APIs like ```document.write()``` are additional APIs that are not available by default and would need to be provided. For debugging, you may instead want to use ```print()```.
118118

119-
## [Contribute](CONTRIBUTING.md)
119+
## Contribute
120120

121121
Contributions to ChakraCore are welcome. Here is how you can contribute to ChakraCore:
122122

@@ -128,11 +128,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
128128

129129
Please refer to [Contribution Guidelines](CONTRIBUTING.md) for more details.
130130

131-
## [License](https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt)
131+
## License
132132

133133
Code licensed under the [MIT License](https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt).
134134

135-
## [Roadmap](https://github.com/Microsoft/ChakraCore/wiki/Roadmap)
135+
## Roadmap
136136

137137
For details on our planned features and future direction please refer to our [Roadmap](https://github.com/Microsoft/ChakraCore/wiki/Roadmap).
138138

0 commit comments

Comments
 (0)