summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Anderson <andersrb@gmail.com>2022-09-30 16:14:36 -0500
committerGitHub <noreply@github.com>2022-09-30 14:14:36 -0700
commit52ef197041b08254b581b3bd91d6aa56efc61aef (patch)
tree3ca9e32b2e616342eabbbb66d9e4fe0c726ebfe1
parent32d17f9bd3aa6b65b146348e1a09f3bb6bb7a120 (diff)
downloadbinaryen-52ef197041b08254b581b3bd91d6aa56efc61aef.tar.gz
binaryen-52ef197041b08254b581b3bd91d6aa56efc61aef.tar.bz2
binaryen-52ef197041b08254b581b3bd91d6aa56efc61aef.zip
Fix 'C API' readme link (#5097)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bf74e8863..b5e6bdcc1 100644
--- a/README.md
+++ b/README.md
@@ -653,7 +653,7 @@ 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/bazaar/blob/master/webassembly/COMPILING_WIN32.md
-[C API]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen#c-api-1
+[C API]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen#c-api
[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
[compile_to_wasm]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen#what-do-i-need-to-have-in-order-to-use-binaryen-to-compile-to-webassembly