fix(docs): resolve broken links in documentation

This commit fixes the Lychee link checker errors in the pre-submit workflow by converting several absolute repository paths that resolve to the file system root during tests to correct relative paths. Also corrects the broken 'Terms and privacy' link in index.md.
This commit is contained in:
Bryan Morgan
2026-03-18 20:15:49 -04:00
parent 06c8d3a61d
commit debcda93bc
4 changed files with 9 additions and 8 deletions

View File

@@ -409,7 +409,7 @@ To debug the CLI's React-based UI, you can use React DevTools.
```
Your running CLI application should then connect to React DevTools.
![](/docs/assets/connected_devtools.png)
![](./docs/assets/connected_devtools.png)
### Sandboxing
@@ -505,7 +505,7 @@ code.
### Documentation structure
Our documentation is organized using [sidebar.json](/docs/sidebar.json) as the
Our documentation is organized using [sidebar.json](./docs/sidebar.json) as the
table of contents. When adding new documentation:
1. Create your markdown file **in the appropriate directory** under `/docs`.