diff options
author | Harris Brakmic <brakmic@users.noreply.github.com> | 2016-03-16 20:21:24 +0100 |
---|---|---|
committer | Harris Brakmic <brakmic@users.noreply.github.com> | 2016-03-16 20:21:24 +0100 |
commit | e6689ebc5237ffa282d937f88ad1edd840ed6594 (patch) | |
tree | 9ce1d8877529dd71402f227ffeab07e3dd838920 | |
parent | d7b08243dcdf1d6bb37f7a8db3dc38afe6330fc9 (diff) | |
download | binaryen-e6689ebc5237ffa282d937f88ad1edd840ed6594.tar.gz binaryen-e6689ebc5237ffa282d937f88ad1edd840ed6594.tar.bz2 binaryen-e6689ebc5237ffa282d937f88ad1edd840ed6594.zip |
switched HTML-link to Markdown-Link
Referencing https://github.com/WebAssembly/binaryen/pull/252#discussion-diff-56397106
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,4 +218,4 @@ Almost. Some decisions made in WebAssembly preclude that, for example, there are * Does it compile under Windows and/or Visual Studio? -Yes, it does. Here's a step-by-step <a href="https://github.com/brakmic/brakmic/blob/master/webassembly/COMPILING_WIN32.md">tutorial</a> on how to compile it under **Windows 10 x64** with **CMake** and **Visual Studio 2015** +Yes, it does. Here's a step-by-step [tutorial](https://github.com/brakmic/brakmic/blob/master/webassembly/COMPILING_WIN32.md "Compiling under Win32") on how to compile it under **Windows 10 x64** with **CMake** and **Visual Studio 2015** |