From 1c7f465cd8960e363590203333aa2bcc52323555 Mon Sep 17 00:00:00 2001 From: Erlend <49862976+Erb3@users.noreply.github.com> Date: Sat, 4 Jun 2022 19:29:41 +0200 Subject: [PATCH] Using tweaked.cc instead of deprecated computercraft.info link --- docs/tips/logic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tips/logic.md b/docs/tips/logic.md index 80a5b6d..29857db 100644 --- a/docs/tips/logic.md +++ b/docs/tips/logic.md @@ -18,7 +18,7 @@ end parallel.waitForAll(basalt.autoUpdate, yourCustomHandler) -- here it will handle your function (yourCustomHandler) and basalts handlers at the time ```` -You can read [here](http://www.computercraft.info/wiki/Parallel_(API)) what exactly parallel.waitForAll() does +You can read [here (tweaked.cc)](https://tweaked.cc/module/parallel.html) what exactly parallel.waitForAll() does ## Method 2: Using threads