Skip to content

Commit e25c5ee

Browse files
committed
[MERGE #5776 @akshaythakare7] Uniformity in headers
Merge pull request #5776 from akshaythakare7:master Changed the header links to plain headers as the links are already mentioned in following paragraphs.
2 parents 2608ffb + 9f8a41d commit e25c5ee

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

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

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

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

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

9898
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:
9999

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

118118
_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()```.
119119

120-
## [Contribute](CONTRIBUTING.md)
120+
## Contribute
121121

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)