You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #5776 from akshaythakare7:master
Changed the header links to plain headers as the links are already mentioned in following paragraphs.
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:
99
99
@@ -117,7 +117,7 @@ Once built, you have a few options for how you can use ChakraCore:
117
117
118
118
_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()```.
119
119
120
-
## [Contribute](CONTRIBUTING.md)
120
+
## Contribute
121
121
122
122
Contributions to ChakraCore are welcome. Here is how you can contribute to ChakraCore:
123
123
@@ -129,11 +129,11 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
129
129
130
130
Please refer to [Contribution Guidelines](CONTRIBUTING.md) for more details.
0 commit comments