Skip to content

Commit b77f22a

Browse files
committed
runs-and-attempts -> runs
1 parent 5f0b81c commit b77f22a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/realtime/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ for await (const run of runs.subscribeToBatch("batch-id")) {
5858

5959
You 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

docs/tasks/schemaTask.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3737
import { tasks } from "@trigger.dev/sdk/v3";

0 commit comments

Comments
 (0)