mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
Fix the link checker.
This commit is contained in:
+4
-4
@@ -267,7 +267,7 @@ npm run test:e2e
|
|||||||
```
|
```
|
||||||
|
|
||||||
For more detailed information on the integration testing framework, please see
|
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
|
### 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.
|
Your running CLI application should then connect to React DevTools.
|
||||||

|

|
||||||
|
|
||||||
### Sandboxing
|
### Sandboxing
|
||||||
|
|
||||||
@@ -496,7 +496,7 @@ code.
|
|||||||
|
|
||||||
### Documentation structure
|
### 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:
|
table of contents. When adding new documentation:
|
||||||
|
|
||||||
1. Create your markdown file **in the appropriate directory** under `/docs`.
|
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:
|
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.
|
- Review existing documentation for examples.
|
||||||
- Open [an issue](https://github.com/google-gemini/gemini-cli/issues) to discuss
|
- Open [an issue](https://github.com/google-gemini/gemini-cli/issues) to discuss
|
||||||
your proposed changes.
|
your proposed changes.
|
||||||
|
|||||||
+1
-1
@@ -126,7 +126,7 @@ Support, release history, and legal information.
|
|||||||
|
|
||||||
## Development
|
## 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.
|
- **[Integration testing](./integration-tests.md):** Running integration tests.
|
||||||
- **[Issue and PR automation](./issue-and-pr-automation.md):** Automation for
|
- **[Issue and PR automation](./issue-and-pr-automation.md):** Automation for
|
||||||
issues and pull requests.
|
issues and pull requests.
|
||||||
|
|||||||
Reference in New Issue
Block a user