Skip to content

docs: fix links#2612

Merged
twishabansal merged 10 commits intogoogleapis:mainfrom
rahulpinto19:fix-links-2
Mar 10, 2026
Merged

docs: fix links#2612
twishabansal merged 10 commits intogoogleapis:mainfrom
rahulpinto19:fix-links-2

Conversation

@rahulpinto19
Copy link
Copy Markdown
Contributor

@rahulpinto19 rahulpinto19 commented Mar 3, 2026

Fixed broken links

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, 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 addresses a minor documentation issue by updating a broken link within the connect_via_mcp.md file. The change ensures that users can correctly access information related to Windsurf's Model Context Protocol (MCP) integration, improving the overall accuracy and usability of the documentation.

Highlights

  • Documentation Link Fix: Corrected an outdated or broken link for "Windsurf" in the connect_via_mcp.md documentation file, ensuring users are directed to the accurate resource.
Changelog
  • docs/en/how-to/connect_via_mcp.md
    • Updated the Windsurf documentation link.
Activity
  • No human activity has been recorded on this pull request yet.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates a URL in the documentation. My review includes a suggestion to remove excessive trailing whitespace that was introduced, which will improve the readability of the markdown source.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread docs/en/how-to/connect_via_mcp.md
@rahulpinto19 rahulpinto19 marked this pull request as ready for review March 9, 2026 13:25
@rahulpinto19 rahulpinto19 requested a review from a team as a code owner March 9, 2026 13:25
@rahulpinto19 rahulpinto19 changed the title docs:fix-links docs: fix-links Mar 9, 2026
@dishaprakash dishaprakash added the docs: deploy-preview Label to trigger Github Action docs preview. label Mar 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 9, 2026

Comment thread docs/en/sdks/python-sdk/_index.md Outdated
Comment thread docs/en/sdks/JS-sdk/core/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/core/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/core/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/core/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/core/index.md Outdated
Comment thread docs/en/sdks/JS-sdk/adk/index.md Outdated
@twishabansal twishabansal changed the title docs: fix-links docs: fix links Mar 10, 2026
@twishabansal twishabansal merged commit 63d448d into googleapis:main Mar 10, 2026
17 checks passed
github-actions bot pushed a commit that referenced this pull request Mar 10, 2026
Fixed broken links

---------

Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> 63d448d
github-actions bot pushed a commit to rahulpinto19/genai-toolbox that referenced this pull request Mar 10, 2026
Fixed broken links

---------

Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> 63d448d
github-actions bot pushed a commit to renovate-bot/googleapis-_-genai-toolbox that referenced this pull request Mar 10, 2026
Fixed broken links

---------

Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> 63d448d
github-actions bot pushed a commit to xaas-cloud/genai-toolbox that referenced this pull request Mar 10, 2026
Fixed broken links

---------

Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> 63d448d
github-actions bot pushed a commit to pepe57/genai-toolbox that referenced this pull request Mar 10, 2026
Fixed broken links

---------

Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> 63d448d
github-actions bot pushed a commit to PHNX3NT/genai-toolbox that referenced this pull request Mar 10, 2026
Fixed broken links

---------

Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> 63d448d
github-actions bot pushed a commit to CrazyForks/genai-toolbox that referenced this pull request Mar 11, 2026
Fixed broken links

---------

Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> 63d448d
dumians pushed a commit to dumians/genai-toolbox that referenced this pull request Mar 12, 2026
Fixed broken links

---------

Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com>
@rahulpinto19 rahulpinto19 deleted the fix-links-2 branch March 16, 2026 10:42
NirajNandre pushed a commit to NirajNandre/genai-toolbox-fork that referenced this pull request Mar 24, 2026
Fixed broken links

---------

Co-authored-by: Twisha Bansal <58483338+twishabansal@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs: deploy-preview Label to trigger Github Action docs preview.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants