Commit a7e44bf
authored
docs: Fix inconsistent link paths in backends overview table (#19244)
### Summary
Fix backend table links in `docs/source/backends-overview.md` to use
relative paths consistently.
Several entries in the backends overview table used absolute paths
starting with `/` (e.g., `/backends/cuda/cuda-overview.md`) while others
used relative paths (e.g., `backends/xnnpack/xnnpack-overview.md`).
Absolute paths can break when the documentation is served from a
non-root URL.
This change standardizes all links to use relative paths, consistent
with the `toctree` directives in the same file. Also removes a trailing
space in the Vulkan link text.
cc @GregoryComer
### Test plan
Verified all target files exist at their relative paths under
`docs/source/`:
- `backends/cuda/cuda-overview.md`
- `backends/coreml/coreml-overview.md`
- `backends/mps/mps-overview.md`
- `backends/vulkan/vulkan-overview.md`
- `backends/arm-ethos-u/arm-ethos-u-overview.md`
- `backends/arm-cortex-m/arm-cortex-m-overview.md`
- `backends/arm-vgf/arm-vgf-overview.md`
- `backends/samsung/samsung-overview.md`1 parent 7110a20 commit a7e44bf
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments