From 5b02cc73d0eadbfe8612886cfc4de338e6b02ee3 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Mon, 3 Aug 2015 13:45:05 -1000 Subject: Change TODO link to not break generate.py --- Modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules.md') 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: * `