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