aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2015-07-16 15:42:16 -1000
committerLuke Wagner <luke@mozilla.com>2015-07-24 10:53:59 -1000
commitcdaae53dc098de760b2784e45a99aae07e424e37 (patch)
tree2e478195f8f8e8b8239ccbd063c0e9c1c27cbb5d /FAQ.md
parentf74c4a87968ecf73120cc4588e67c7ca06ab170f (diff)
downloadnanowasm-design-cdaae53dc098de760b2784e45a99aae07e424e37.tar.gz
Consolidate explanation of modules into a new Modules.md and improve explanation
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 5e0a840..42fefcf 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -90,7 +90,7 @@ even before there is any native support.
As explained in the [high-level goals](HighLevelGoals.md), to achieve a Minimum Viable Product, the
initial focus is on [C/C++](CAndC++.md).
-However, by [integrating with JS at the ES6 Module interface](MVP.md#modules),
+However, by [integrating with JS at the ES6 Module interface](Modules.md#integration-with-es6-modules),
web developers don't need to write C++ to take advantage of libraries that others have written;
reusing a modular C++ library can be as simple as [using a module from JS](http://jsmodules.io).