docs: fix broken markdown links in main README.md#20300
docs: fix broken markdown links in main README.md#20300jkcinouye merged 8 commits intogoogle-gemini:mainfrom
Conversation
Summary of ChangesHello @Hamdanbinhashim, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request resolves several broken documentation links within the main README.md file. By updating the relative paths for various documentation pages, it ensures that users can correctly navigate to guides for configuration, keyboard shortcuts, commands, tools API, troubleshooting, FAQs, and uninstallation. This significantly enhances the user experience by providing accurate and accessible documentation. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request effectively addresses several broken markdown links in the main README.md file, improving the overall navigation and accessibility of the project's documentation. The changes correctly redirect links to their new locations under docs/reference and docs/resources.
However, it appears that one broken link, specifically to docs/architecture.md, was not addressed, despite being mentioned in the pull request description. Ensuring all known broken links are fixed would further enhance the documentation's quality.
|
@SandyTao520 Hi!, I'm prospective GSoC 2026 contributor, this is one of my first PRs. Some of the checks are not getting done. Could you please tell me if there's any problems in the changes i made. Are you a maintainer, could you help me. |
Summary
Updated link paths of certain links on the main README.md file so that they point to the proper files
Details
Hi team! 👋
I am exploring the codebase as a prospective GSoC 2026 contributor and noticed that several documentation links in the main README.md were broken or leading to wrong folders.
Additional fixes
I also found that architecture.md file does not exist in the docs folder
Related to
Fixes #20288
Changes included:
Updated relative links to point to the correct files:
configuration.md
keyboard-shortcuts.md
tools-api.md
troubleshooting.md
faq.md
commands.md
uninstall.md
tos-privacy.md
Testing:
Verified locally that clicking the links in the Markdown preview now correctly resolves to the respective files in the repository.
How to Validate
1.Open the main README.md file.
2.Click on the links to the above mentioned files.
3.Now it will lead to the correct file locations.
Pre-Merge Checklist