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