From dad4ec88a35857662ac7aa627a33ea9e92077a31 Mon Sep 17 00:00:00 2001 From: Joe Isaacs Date: Thu, 11 Jun 2026 21:03:05 +0100 Subject: [PATCH] fix: update to docs. subdomain Signed-off-by: Joe Isaacs --- CONTRIBUTING.md | 2 +- docs/developer-guide/embedding/index.md | 4 ++-- docs/developer-guide/extending/index.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aef2e0c33ac..6d32374293a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/docs/developer-guide/embedding/index.md b/docs/developer-guide/embedding/index.md index f09d1841762..e204939431b 100644 --- a/docs/developer-guide/embedding/index.md +++ b/docs/developer-guide/embedding/index.md @@ -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. diff --git a/docs/developer-guide/extending/index.md b/docs/developer-guide/extending/index.md index 78b7a1829e3..ff004a69bc5 100644 --- a/docs/developer-guide/extending/index.md +++ b/docs/developer-guide/extending/index.md @@ -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.