Skip to content

Commit 7970772

Browse files
[Docs] Fix outbound links (#1446)
1 parent 9369d30 commit 7970772

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/guides/temporal.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You'll create a Sequin Webhook Sink that'll deliver a webhook to a Node.js worke
1818

1919
- Sequin [installed and running locally](/running-sequin)
2020
- A Postgres database [connected to Sequin](/connect-postgres)
21-
- A working understanding of Temporal's TypeScript SDK - including[Workflows](https://learn.temporal.io/typescript/workflows/) and [Workers](https://learn.temporal.io/typescript/workers/)
21+
- A working understanding of Temporal's TypeScript SDK - including [Workflows](https://docs.temporal.io/develop/typescript/message-passing) and Workers
2222
- Node.js [installed](https://nodejs.org/en/download) on your machine (if you want to [run the code examples](https://github.com/sequinstream/sequin/tree/main/examples/sequin-cdc-to-temporal))
2323

2424
## Setup your database tables

docs/guides/trigger-dev.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Create a webhook sink that captures changes to your database and sends a HTTP PO
286286
```
287287
</Step>
288288
<Step title="Observe the task run in the Trigger.dev dashboard">
289-
Finally, in the Trigger.dev dashboard, navigate to the [**Runs**](https://trigger.dev/runs) tab and confirm that the task run completed successfully:
289+
Finally, in the Trigger.dev dashboard, navigate to the **Runs** tab and confirm that the task run completed successfully:
290290

291291
<Frame>
292292
<img src="/images/guides/trigger-dev/final-run.png" alt="Task run" />

docs/reference/sinks/nats.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For example, if you're streaming changes from a table called `products` in the `
6161
- `sequin.changes.shop_prod.public.products.delete`
6262

6363
<Info>
64-
Support for subject prefixes is on our radar. Upvote or comment on [this issue](https://github.com/sequin-io/sequin/issues/732) and we'll prioritize it.
64+
Support for subject prefixes is on our radar. Upvote or comment on [this issue](https://github.com/sequinstream/sequin/issues/732) and we'll prioritize it.
6565
</Info>
6666

6767
## Message headers

0 commit comments

Comments
 (0)