summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarris Brakmic <brakmic@users.noreply.github.com>2016-03-16 20:21:24 +0100
committerHarris Brakmic <brakmic@users.noreply.github.com>2016-03-16 20:21:24 +0100
commite6689ebc5237ffa282d937f88ad1edd840ed6594 (patch)
tree9ce1d8877529dd71402f227ffeab07e3dd838920
parentd7b08243dcdf1d6bb37f7a8db3dc38afe6330fc9 (diff)
downloadbinaryen-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f9ba6976..f8d1e97c9 100644
--- a/README.md
+++ b/README.md
@@ -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**