From 026d819c6f8fb679d64379810cb2479eaeb9da3a Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Thu, 1 Sep 2022 11:36:34 +0200 Subject: [PATCH] Update Runtime-API.md --- pages/Runtime-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Runtime-API.md b/pages/Runtime-API.md index 0472302..d3d2d28 100644 --- a/pages/Runtime-API.md +++ b/pages/Runtime-API.md @@ -301,7 +301,7 @@ Alternatively resolvedMethod can also be used _directly as a function_, for exam resolvedMethod(arg1, arg2, arg3); ``` -Please note that this convenient form can unfortunately only be used on the main thread, not on Workers. For more information see [[WebWorker API]] +Please note that this convenient form can unfortunately only be used on the main thread, not on Workers. For more information see [WebWorker API](https://docs.leaningtech.com/cheerpj/WebWorker-API) # Data conversion