Fix the link checker.

This commit is contained in:
Christian Gunderman
2026-03-06 16:46:07 -08:00
parent 6c3a90645a
commit caf7f01837
2 changed files with 5 additions and 5 deletions

View File

@@ -267,7 +267,7 @@ npm run test:e2e
```
For more detailed information on the integration testing framework, please see
the [Integration Tests documentation](/docs/integration-tests.md).
the [Integration Tests documentation](docs/integration-tests.md).
### Linting and preflight checks
@@ -400,7 +400,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
@@ -496,7 +496,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`.
@@ -548,7 +548,7 @@ Before submitting your documentation pull request, please:
If you have questions about contributing documentation:
- Check our [FAQ](/docs/resources/faq.md).
- Check our [FAQ](docs/resources/faq.md).
- Review existing documentation for examples.
- Open [an issue](https://github.com/google-gemini/gemini-cli/issues) to discuss
your proposed changes.

View File

@@ -126,7 +126,7 @@ Support, release history, and legal information.
## Development
- **[Contribution guide](/docs/contributing):** How to contribute to Gemini CLI.
- **[Contribution guide](../CONTRIBUTING.md):** How to contribute to Gemini CLI.
- **[Integration testing](./integration-tests.md):** Running integration tests.
- **[Issue and PR automation](./issue-and-pr-automation.md):** Automation for
issues and pull requests.