summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarris Brakmić <brakmic@users.noreply.github.com>2019-03-13 17:43:43 +0100
committerAlon Zakai <alonzakai@gmail.com>2019-03-13 09:43:43 -0700
commit0c429ea85f309353c68ea887303ccd1f3935b15e (patch)
treefa6b3d8c5cade362785db9845a32fc801ba1ef06
parent65446aeade5b5a1acab6ae2a605ae1702251fda2 (diff)
downloadbinaryen-0c429ea85f309353c68ea887303ccd1f3935b15e.tar.gz
binaryen-0c429ea85f309353c68ea887303ccd1f3935b15e.tar.bz2
binaryen-0c429ea85f309353c68ea887303ccd1f3935b15e.zip
trivial: typo in link to win32 compilation (#1943)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3de1a28ba..5fb66338a 100644
--- a/README.md
+++ b/README.md
@@ -368,7 +368,7 @@ under **Windows 10 x64** with with **CMake** and **Visual Studio 2015**. Help
would be appreciated on Windows and OS X as most of the core devs are on Linux.
[compiling to WebAssembly]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen
-[win32]: https://github.com/brakmic/brakmic/blob/master/webassembly/COMPILING_WIN32.ms
+[win32]: https://github.com/brakmic/bazaar/blob/master/webassembly/COMPILING_WIN32.md
[C API]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen#c-api-1
[control flow graph]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen#cfg-api
[JS_API]: https://github.com/WebAssembly/binaryen/wiki/binaryen.js-API