From 6f91b654572dab09bc64db7c4ab5c9a18ab7ccab Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Thu, 22 Aug 2024 19:52:54 +0200 Subject: [PATCH] Fixed link to Task template --- website/Plugs/Tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Plugs/Tasks.md b/website/Plugs/Tasks.md index 6b694093..61f954da 100644 --- a/website/Plugs/Tasks.md +++ b/website/Plugs/Tasks.md @@ -45,4 +45,4 @@ task where page = @page.name ``` ## Rendering -There is a [[!silverbullet.md/template/tasks/task]] template you can use to render tasks nicely rather than using the default table (as demonstrated above). When you use this template, you can even cycle through the states of the task by click on its state _inside_ the rendered query, and it will update the state of the _original_ task automatically, this works across pages. +There is a [[^Library/Core/Query/Task]] template you can use to render tasks nicely rather than using the default table (as demonstrated above). When you use this template, you can even cycle through the states of the task by click on its state _inside_ the rendered query, and it will update the state of the _original_ task automatically, this works across pages.