aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorLuke Wagner <mail@lukewagner.name>2015-06-10 15:48:59 -0500
committerLuke Wagner <mail@lukewagner.name>2015-06-10 15:48:59 -0500
commit95b607450bdeeac671e7f0d4eba7cbfacedd21cb (patch)
treebcc78f4c5dba9f61a3f02e8ef55129444e1a1ac5 /FAQ.md
parent9f7ca362035d0b35a509b64a822fc6bdb7545a78 (diff)
downloadnanowasm-design-95b607450bdeeac671e7f0d4eba7cbfacedd21cb.tar.gz
Update URLs to account for spec->design repo renaming
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?