Update Microsoft Store links in README and index.html for improved accessibility#317
Merged
Update Microsoft Store links in README and index.html for improved accessibility#317
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Microsoft Store download and installation links in both README.md and docs/index.html, replacing the old microsoft.com/store/apps/ URLs with the newer get.microsoft.com/installer/download/ URLs. It also updates the WinGet installation command in the docs from the package name (WinQuickLook) to the store product ID.
Changes:
- Updated Microsoft Store badge/button links to use the new
get.microsoft.com/installer/download/URL format in both files - Replaced the old badge image with the official
get.microsoft.com/images/badge SVG inREADME.md - Changed the WinGet command in
docs/index.htmlfromwinget install WinQuickLook --source msstoretowinget install 9njmtkk6jc0q --source msstore
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
README.md |
Replaces the old Store badge <a>/<img> with a new get.microsoft.com-hosted badge SVG and updated URL |
docs/index.html |
Updates two Store button hrefs and the WinGet code snippet to use the new URL and product ID |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
This pull request updates download and installation links for the Microsoft Store version of the app in both the
README.mdand documentation. The changes ensure users are directed to the new Microsoft Store installer URL and update the WinGet installation command for consistency.Documentation and Download Link Updates:
README.mdanddocs/index.htmlto use the newget.microsoft.com/installer/download/9njmtkk6jc0qURL, replacing the oldmicrosoft.com/store/apps/9njmtkk6jc0qlinks. [1] [2] [3]docs/index.htmlto use the app's ID (9njmtkk6jc0q) instead of the previous package name (WinQuickLook).