From baf0c1a032002af12fd4a39674571c0c801c93c5 Mon Sep 17 00:00:00 2001 From: Graham Abbott Date: Wed, 1 Oct 2025 18:26:50 -0700 Subject: [PATCH] correct link to actions docs --- npm-packages/docs/docs/scheduling/scheduled-functions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm-packages/docs/docs/scheduling/scheduled-functions.mdx b/npm-packages/docs/docs/scheduling/scheduled-functions.mdx index 64064942e..ade5488ac 100644 --- a/npm-packages/docs/docs/scheduling/scheduled-functions.mdx +++ b/npm-packages/docs/docs/scheduling/scheduled-functions.mdx @@ -55,7 +55,7 @@ scheduling call. ### Scheduling from actions -Unlike mutations, [actions](//docs/functions/actions.mdx) don't execute as a +Unlike mutations, [actions](/functions/actions.mdx) don't execute as a single database transaction and can have side effects. Thus, scheduling from actions does not depend on the outcome of the function. This means that an action might succeed to schedule some functions and later fail due to transient