Skip to content
Open
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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We ask that you read the guidelines below in order to make the process as stream
>
> For the full AI policy — including disclosure requirements, review standards for
> AI-generated PRs, and rules for autonomous agents — see the
> [contributing guide](https://vortex.dev/project/contributing.html#ai-assistance).
> [contributing guide](https://docs.vortex.dev/project/contributing#ai-assistance).

## Code Contributions

Expand Down
4 changes: 2 additions & 2 deletions docs/developer-guide/embedding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

:::{warning}
This section is under construction. For guidance on embedding Vortex, please join the
[Vortex Slack channel](https://join.slack.com/t/vortex-array/shared_invite/zt-2ycp2w24h-sRdrGbMGPmQwCuPQT40Jig)
or start a [GitHub Discussion](https://github.com/spiraldb/vortex/discussions).
[Vortex Slack channel](https://vortex.dev/slack)
or start a [GitHub Discussion](https://github.com/vortex-data/vortex/discussions).
:::

Vortex can be embedded into applications and services via its C FFI, C++ wrapper, or the Scan API.
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/extending/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:::{warning}
This section is under construction. For guidance on extending Vortex, please join the
[Vortex Slack channel](https://vortex.dev/slack)
or start a [GitHub Discussion](https://github.com/spiraldb/vortex/discussions).
or start a [GitHub Discussion](https://github.com/vortex-data/vortex/discussions).
:::

Vortex is designed to be extended with custom types, encodings, layouts, and compute functions.
Expand Down
Loading