From 536fd6b996479830c37c68fca25ff9430acf336a Mon Sep 17 00:00:00 2001 From: Deepti Gandluri Date: Mon, 10 Jul 2017 12:33:37 -0700 Subject: [PATCH] Update Overview.md (#48) Fix links to WebAssembly stack and evaluation context. --- proposals/threads/Overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/threads/Overview.md b/proposals/threads/Overview.md index c8279784bc..c36fb78f0c 100644 --- a/proposals/threads/Overview.md +++ b/proposals/threads/Overview.md @@ -562,8 +562,8 @@ instr ::= ... [ECMAScript agent]: https://tc39.github.io/ecma262/#sec-agents [ECMAScript agent cluster]: https://tc39.github.io/ecma262/#sec-agent-clusters -[WebAssembly stack]: https://webassembly.github.io/spec/execution/runtime.html#stack -[evaluation context]: https://webassembly.github.io/spec/execution/runtime.html#evaluation-contexts +[WebAssembly stack]: https://webassembly.github.io/spec/exec/runtime.html#stack +[evaluation context]: https://webassembly.github.io/spec/exec/runtime.html#evaluation-contexts [agent]: Overview.md#agents [agent cluster]: Overview.md#agent-clusters [threads]: https://en.wikipedia.org/wiki/Thread_(computing)