Skip to content

Update README.md#63

Merged
CodexRaunak merged 1 commit into
masterfrom
CodexRaunak-patch-1
May 18, 2026
Merged

Update README.md#63
CodexRaunak merged 1 commit into
masterfrom
CodexRaunak-patch-1

Conversation

@CodexRaunak
Copy link
Copy Markdown
Member

Notes for Reviewers

  • This PR fixes #

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Raunak Madan <143412156+CodexRaunak@users.noreply.github.com>
Copy link
Copy Markdown

@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 the README.md to migrate various links, badges, and image sources from the 'layer5' organization to 'meshery'. It also streamlines community-related descriptions and removes outdated event references. Review feedback identifies a syntax inconsistency with an extra space in an HTML attribute and a duplicated width attribute in an image tag.

Comment thread README.md

<p style="clear:both;">
<a href ="https://meshery.io/community"><img alt="MeshMates" src=".github/assets/images/readme/layer5-community-sign.png" style="margin-right:36px; margin-bottom:7px;" width="140px" align="left" /></a>
<a href ="https://meshery.io/community"><img alt="MeshMates" src="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/community.png" style="margin-right:36px; margin-bottom:7px;" width="140px" align="left" /></a>
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

There is an unnecessary space before the equals sign in the href attribute. Removing it improves consistency with other links in the document.

Suggested change
<a href ="https://meshery.io/community"><img alt="MeshMates" src="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/community.png" style="margin-right:36px; margin-bottom:7px;" width="140px" align="left" /></a>
<a href="https://meshery.io/community"><img alt="MeshMates" src="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/readme/community.png" style="margin-right:36px; margin-bottom:7px;" width="140px" align="left" /></a>

Comment thread README.md
<div style="display: flex; justify-content: center; align-items:center;">
<div>
<a href="https://meshery.io/community"><img alt="Layer5 Cloud Native Community" src="https://docs.meshery.io/assets/img/readme/community.png" width="140px" style="margin-right:36px; margin-bottom:7px;" width="140px" align="left"/></a>
<a href="https://meshery.io/community"><img alt="Meshery Cloud Native Community" src="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/meshery/meshery-logo.svg" width="140px" style="margin-right:36px; margin-bottom:7px;" width="140px" align="left"/></a>
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 width attribute is duplicated in this <img> tag. Additionally, adding a space before the self-closing tag /> would maintain consistency with other image tags in the file.

Suggested change
<a href="https://meshery.io/community"><img alt="Meshery Cloud Native Community" src="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/meshery/meshery-logo.svg" width="140px" style="margin-right:36px; margin-bottom:7px;" width="140px" align="left"/></a>
<a href="https://meshery.io/community"><img alt="Meshery Cloud Native Community" src="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/meshery/meshery-logo.svg" width="140px" style="margin-right:36px; margin-bottom:7px;" align="left" /></a>

@CodexRaunak CodexRaunak merged commit 7f0a30b into master May 18, 2026
3 checks passed
@welcome
Copy link
Copy Markdown

welcome Bot commented May 18, 2026

Thanks for your contribution to Meshery! 🎉

Meshery Logo
        Join the community, if you haven't yet and please leave a ⭐ star on the project. 😄

@CodexRaunak CodexRaunak deleted the CodexRaunak-patch-1 branch May 18, 2026 19:47
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.

2 participants