aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/FAQ.md b/FAQ.md
index 6653daa..4b1fba0 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -89,8 +89,7 @@ learning and teaching purposes. In fact, by dropping all the [coercions required
validation](http://asmjs.org/spec/latest/#introduction), the WebAssembly text format should be much
more natural to read and write than asm.js. Outside the browser, command-line and online tools that
convert between text and binary will also be made readily available. Lastly, a scalable form of
-source maps is also being considered as part of the WebAssembly [tooling story]
-(https://github.com/WebAssembly/spec/blob/master/Tooling.md).
+source maps is also being considered as part of the WebAssembly [tooling story](Tooling.md).
## What's the story for Emscripten users?