aboutsummaryrefslogtreecommitdiff
path: root/Modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'Modules.md')
-rw-r--r--Modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules.md b/Modules.md
index dc5a897..435788f 100644
--- a/Modules.md
+++ b/Modules.md
@@ -59,7 +59,7 @@ out of WebAssembly in order to implement portable source-level interfaces
While ES6 defines how to parse, link and execute a module, ES6 does not
define when this parsing/linking/execution occurs. An additional extension
to the HTML spec is required to say when a script is parsed as a module instead
-of normal global code. This work is [ongoing](http://TODO:link-to-loader-level-0-repo).
+of normal global code. This work is [ongoing](http://TODO-link-to-loader-level-0-repo).
Currently, the following entry points for modules are being considered:
* `<script type="module">`;
* an overload to the `Worker` constructor;