docs: manaul review of doc links#1461
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs a manual review of documentation links across the repository. It converts Markdown-style links to HTML anchor tags (with target="_blank" and rel="noopener noreferrer") for external URLs, fixes broken or incorrect links (e.g., the Foreground Filters link in the deploy checklist, the UrlTranslator config link path), and adds new link-rewrite mappings to doc-app.js so that GitHub source URLs are rewritten to internal doc routes.
Changes:
- Converted Markdown-style links to HTML anchor tags with security attributes (
target="_blank" rel="noopener noreferrer") across several component readme files. - Fixed previously broken doc links (e.g., foreground-filters link, UrlTranslator README path) and updated external link targets (e.g.,
@preact/preset-vitenow points to npm). - Added new GitHub→internal route link-rewrite rules in
doc-app.jsto cover platforms, templates, andsnap-preact-components.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
ResultTracker/readme.md |
Added a note about the withTracking HoC as an alternative |
RecommendationBundle/readme.md |
Converted Swiper links from Markdown to HTML anchor tags |
Recommendation/readme.md |
Converted Swiper links from Markdown to HTML anchor tags (has broken tag) |
FacetSlider/readme.md |
Converted react-ranger link from Markdown to HTML anchor tag |
Carousel/readme.md |
Converted Swiper links from Markdown to HTML anchor tags |
Price/readme.md |
Updated link to toolbox filters doc (with incorrect package name in link text) |
FormattedNumber/readme.md |
Updated link to toolbox filters doc (with incorrect package name in link text) |
docs/REFERENCE_CONFIGURATION.md |
Removed README.md from the UrlTranslator config link path |
docs/BUILD_DEPLOY_CHECKLIST.md |
Fixed foreground-filters link (was incorrectly pointing to background-filters) |
docs/BUILD_DEPLOY.md |
Replaced GitHub link for @preact/preset-vite with npm link |
doc-app.js |
Added new GitHub→internal route rewrite rules for platforms, templates, and components |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
korgon
approved these changes
Mar 11, 2026
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.
No description provided.