Skip to content

Commit 8c5da3e

Browse files
committed
docs: fix broken markdown links after renaming to directory index
1 parent 0974e3d commit 8c5da3e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

website/docs/components/data-accelerators/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ By default, datasets are locally materialized using in-memory Arrow records.
3636
| `sqlite` | Embedded [SQLite][sqlite] | Release Candidate | `memory`, `file` |
3737
| `turso` | Embedded [Turso][turso] | Beta | `memory`, `file` |
3838

39-
[cayenne]: ./cayenne.md
40-
[duckdb]: ./duckdb.md
39+
[cayenne]: ./cayenne/index.md
40+
[duckdb]: ./duckdb/index.md
4141
[postgres]: data-accelerators/postgres
42-
[sqlite]: ./sqlite.md
42+
[sqlite]: ./sqlite/index.md
4343
[turso]: ./turso.md
4444

4545
## Choosing an Accelerator

website/docs/components/models/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Spice supports various model providers for traditional machine learning (ML) mod
2222
| [`databricks`][databricks] | Models deployed to Databricks Mosaic AI | Alpha | - | OpenAI-compatible HTTP endpoint |
2323
| ~~`perplexity`~~ | ~~Perplexity~~ ([Deprecated][perplexity]) | Deprecated | - | - |
2424

25-
[openai]: ./openai.md
25+
[openai]: ./openai/index.md
2626
[bedrock]: ./bedrock.md
27-
[file]: ./filesystem.md
28-
[hf]: ./huggingface.md
27+
[file]: ./filesystem/index.md
28+
[hf]: ./huggingface/index.md
2929
[spice]: ./spiceai.md
3030
[azure]: ./azure.md
3131
[ant]: ./anthropic.md

0 commit comments

Comments
 (0)