Parcourir la source

fix link in multi_module.md (#846)

Therdel il y a 4 ans
Parent
commit
d03a57fbff
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      doc/multi_module.md

+ 1 - 1
doc/multi_module.md

@@ -98,7 +98,7 @@ When building an executable, only the entry point (_start) and symbols with the
 
 In the example, another linked command option *--export-all* is used.
 
-> with more detail, please refer to [WebAssembly lld port][https://lld.llvm.org/WebAssembly.html]
+> with more detail, please refer to [WebAssembly lld port](https://lld.llvm.org/WebAssembly.html)
 
 Here is an example how to compile a *.c* to a *.wasm* with clang. Since there is no *start* function, we use *--no-entry* option.