summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2016-03-16 13:11:02 -0700
committerJF Bastien <github@jfbastien.com>2016-03-16 13:11:02 -0700
commit2e2cbb4e5349fe20209a9e8f4ca740eea6fb9f6f (patch)
tree9ce1d8877529dd71402f227ffeab07e3dd838920 /README.md
parentd7b08243dcdf1d6bb37f7a8db3dc38afe6330fc9 (diff)
parente6689ebc5237ffa282d937f88ad1edd840ed6594 (diff)
downloadbinaryen-2e2cbb4e5349fe20209a9e8f4ca740eea6fb9f6f.tar.gz
binaryen-2e2cbb4e5349fe20209a9e8f4ca740eea6fb9f6f.tar.bz2
binaryen-2e2cbb4e5349fe20209a9e8f4ca740eea6fb9f6f.zip
Merge pull request #253 from brakmic/patch-1
switched HTML-link to Markdown-Link
Diffstat (limited to 'README.md')
-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**