Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/database.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ entity_type: "messages"
data: { text: "Hello!", channel: "C01234567", ts: "1234567890.123456" }
```

Schema types: [`packages/corsair/db/index.ts`](https://github.com/corsair-dev/corsair/blob/main/packages/corsair/db/index.ts).
Schema types: [`packages/corsair/db/index.ts`](https://github.com/corsairdev/corsair/blob/main/packages/corsair/db/index.ts).

---

Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ See the [Creating Custom Integrations](/guides/create-your-own-plugin) guide for

## Missing an Endpoint?

If an existing integration is missing an endpoint you need, [create an issue](https://github.com/corsair/corsair/issues) and we'll add it ASAP.
If an existing integration is missing an endpoint you need, [create an issue](https://github.com/corsairdev/corsair/issues) and we'll add it ASAP.

## Available Integrations

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/create-your-own-plugin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The fastest way to build a custom plugin is to use the built-in generator. It sc
Plugins live inside the monorepo alongside the core library.

```bash
git clone https://github.com/corsair-dev/corsair.git
git clone https://github.com/corsairdev/corsair.git
cd corsair
pnpm install
```
Expand Down
Loading