Fix broken README badges#4972
Open
Maxxxxior wants to merge 14 commits into
Open
Conversation
Replaced broken shields.io marketplace badges with working vsmarketplacebadges.dev endpoints. Wrapped all badges in anchor tags to fix navigation issues and ensure they open the correct links.
Add entry for PR microsoft#4972 (Fix broken marketplace badges in README.md)
Author
|
@microsoft-github-policy-service agree |
Maxxxxior
marked this pull request as ready for review
June 14, 2026 08:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaced broken
shields.iomarketplace badges with workingvsmarketplacebadges.devendpoints.Wrapped all badges in anchor tags to fix navigation issues and ensure they open the correct links.
This changes visible behavior in
README.md.The following changes are proposed:
shields.iomarketplace badge URL's with reliablevsmarketplacebadges.devendpoints.<a>) to ensure they navigate to the correct URLs when clicked.The purpose of this change
The previous badge implementation used
&link=parameters inside thesrcattribute, which caused browser navigation issues (the image itself opened in a new tab instead of the target page). This change ensures proper redirection and fixes broken/outdate marketplace badge sources.