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

Commit

Permalink
[Merge chakra-core/ChakraCore@625f1b8b81] [MERGE #3745 @xiaoyinl] [RE…
Browse files Browse the repository at this point in the history
…ADME.md] Use HTTPS link for ChakraCore-Samples

Merge pull request #3745 from xiaoyinl:use_https

http://aka.ms/chakracoresamples -> https://aka.ms/chakracoresamples
  • Loading branch information
chakrabot authored and kfarnung committed Jan 9, 2018
1 parent fe0ff14 commit 2513871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/chakrashim/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Once built, you have a few options for how you can use ChakraCore:
* The most basic is to test the engine is running correctly with the *ch.exe* binary. This app is a lightweight hosting of JSRT that you can use to run small applications. After building, you can find this binary in:
* `Build\VcBuild\bin\${platform}_${configuration}`
* (e.g. `Build\VcBuild\bin\x64_debug`)
* You can [embed ChakraCore](https://github.com/Microsoft/ChakraCore/wiki/Embedding-ChakraCore) in your applications - see [documentation](https://github.com/Microsoft/ChakraCore/wiki/Embedding-ChakraCore) and [samples](http://aka.ms/chakracoresamples).
* You can [embed ChakraCore](https://github.com/Microsoft/ChakraCore/wiki/Embedding-ChakraCore) in your applications - see [documentation](https://github.com/Microsoft/ChakraCore/wiki/Embedding-ChakraCore) and [samples](https://aka.ms/chakracoresamples).
* Finally, you can also use ChakraCore as the JavaScript engine in Node. You can learn more by reading how to use [Chakra as Node's JS engine](https://github.com/Microsoft/node)

_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()```.
Expand Down

0 comments on commit 2513871

Please sign in to comment.