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.