File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ for await (const run of runs.subscribeToBatch("batch-id")) {
5858
5959You will receive updates whenever a run changes for the following reasons:
6060
61- - The run moves to a new state. See our [run lifecycle docs](/runs-and-attempts #the-run-lifecycle) for more information.
61+ - The run moves to a new state. See our [run lifecycle docs](/runs#the-run-lifecycle) for more information.
6262- [Run tags](/tags) are added or removed.
6363- [Run metadata](/runs/metadata) is updated.
6464
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const myTask = schemaTask({
3131 that would be a breaking change, we are keeping them separate for now.
3232</Note>
3333
34- When you trigger the task directly, the payload will be validated against the schema before the [run](/runs-and-attempts ) is created:
34+ When you trigger the task directly, the payload will be validated against the schema before the [run](/runs) is created:
3535
3636```ts
3737import { tasks } from "@trigger.dev/sdk/v3";
You can’t perform that action at this time.
0 commit comments