Skip to content

fix:update-community-discussion-link#73

Open
Sbragul26 wants to merge 1 commit into
meshery:masterfrom
Sbragul26:fix/update-community-discussion-link
Open

fix:update-community-discussion-link#73
Sbragul26 wants to merge 1 commit into
meshery:masterfrom
Sbragul26:fix/update-community-discussion-link

Conversation

@Sbragul26

Copy link
Copy Markdown
Member

Notes for Reviewers

This PR updates the community discussion forum link by replacing the old URL with https://discuss.meshery.io.

Signed commits

  • Yes, I signed my commits.

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

Copy link
Copy Markdown

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 the discussion forum links in the README.md to point to the new URL (https://discuss.meshery.io). The reviewer noted that the anchor tags incorrectly use the 'alt' attribute, which is invalid for elements, and suggested replacing it with the 'title' attribute.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread README.md
<a href="https://bestpractices.coreinfrastructure.org/projects/3564" alt="CLI Best Practices">
<img src="https://bestpractices.coreinfrastructure.org/projects/3564/badge" /></a>
<a href="https://meshery.io/community#discussion-forums" alt="Discuss Users">
<a href="https://discuss.meshery.io" alt="Discuss Users">

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The alt attribute is not a valid HTML attribute for anchor (<a>) tags. It is only valid on elements like <img>, <area>, and <input type="image">. To provide advisory information or a tooltip for the link, you should use the title attribute instead.

Suggested change
<a href="https://discuss.meshery.io" alt="Discuss Users">
<a href="https://discuss.meshery.io" title="Discuss Users">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant