Commit 90c8675
fix(docs): Fix broken links in modalities documentation (#6197)
## Summary
- Fix 15 broken documentation links across `files.md`, `audio.md`,
`videos.md`, and `embeddings.md`
- Links pointed to non-existent pages under `api/functions/` and
`api/io/` subdirectories
- Redirected to correct existing pages (`api/io.md`,
`api/expressions.md`, `api/datatypes/file_types.md`,
`api/datatypes/all_datatypes.md`, `api/ai.md`, `custom-code/func.md`,
`custom-code/cls.md`)
## Test plan
- [x] `make format` passes
- [x] `make lint` passes
- [x] `make precommit` passes (all 21 hooks)
- [x] `make docs` builds with no broken link warnings from modified
files
- [x] `make doctests` passes (274 tests)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent dde58b6 commit 90c8675
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments