diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d442f408f7..be478f9c5d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/docs/index.md b/docs/index.md index af1915bb8f..62f48af6b5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.