Fix broken links

This commit is contained in:
Stephen Sherratt
2019-02-10 14:54:18 +00:00
parent 812c6bf1da
commit f774d52ed5
4 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# No ES Modules
Explained a bit more in the [internal design](design.html) section one of the
Explained a bit more in the [internal design](../contributing/design/index.md) section one of the
key foundational principles of `wasm-bindgen` is ES modules. It supports working
without ES modules, however! Not all JS tooling and browsers are ready for ES
modules by default, so it can sometimes be helpful to quickly get up and running