aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorTom Klaver <tomklav@gmail.com>2020-02-18 20:48:42 +0100
committerGitHub <noreply@github.com>2020-02-18 11:48:42 -0800
commitd4e7f960c5e3f3788531147e4ea4ed23eb507c02 (patch)
treea22481e8e66d1c6597b514e8f672f676cef647a7 /FAQ.md
parent1279e3a2aacea79aeeb35ec4199af9cbdca0f5a7 (diff)
downloadnanowasm-design-d4e7f960c5e3f3788531147e4ea4ed23eb507c02.tar.gz
Fix broken links (#1326)
Existing link (https://jsmodules.io) is broken. Can be replaced with this MDN link?
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 8e9670f..ccdf877 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -91,7 +91,7 @@ Viable Product, the initial focus is on [C/C++](CAndC++.md).
However, by [integrating with JavaScript 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 JavaScript](http://jsmodules.io).
+reusing a modular C++ library can be as simple as [using a module from JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules).
Beyond the MVP, another [high-level goal](HighLevelGoals.md)
is to improve support for languages other than C/C++. This includes [allowing WebAssembly code to