Fix internal blog/changelog links pointing at redirecting URLs - #5561
Merged
Conversation
Rewrites 33 internal links across 28 blog/changelog posts to their final redirect targets, resolving nuxt-link-checker warnings for the 11 old hrefs listed in nuxt/redirects.ts (Phase 2 of the redirect link-checker cleanup, following #5560's pattern).
ZJvandeWeg
enabled auto-merge (squash)
August 10, 2026 20:20
ZJvandeWeg
disabled auto-merge
August 10, 2026 20:34
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.

Summary
Fixes the remaining
nuxt-link-checkerwarnings for internal links that resolve through a 301 innuxt/redirects.ts— Phase 2 of the redirect link-checker cleanup, following #5560's pattern.Of the 240 total warnings, 206 trace to two links in the docs sidebar nav, already being fixed in #5551 (not duplicated here). The remaining 34 warnings, across 11 distinct old hrefs, are scattered by hand in blog/changelog markdown. This PR rewrites all 33 occurrences found (across 28 files in
src/blog/**andsrc/changelog/**) to their resolved final target pernuxt/redirects.ts:/team/,/team/about//certified-nodes//integrations/?certified=1/solutions/uns//use-cases/uns//solutions/scada//use-cases/scada//solutions/mes//use-cases/mes//solutions/it-ot-middleware//use-cases/it-ot-middleware//solutions/edge-connectivity//use-cases/edge-connectivity//solutions/data-integration//use-cases/data-integration//handbook/engineering/product/strategy/handbook/engineering/product//platform/cloud/https://app.flowfuse.com/account/create/(genuinely external — app subdomain, not a bug)Out of scope (traced but not touched here):
src/blueprints/**andnuxt/content/docs/**— same exclusion as Fix absolute-site-urls link-checker warnings in blog content #5560; both are gitignored/build-generated from external repos (FlowFuse/blueprint-libraryandflowfuse/flowfuse), so any fix belongs upstream.Test plan
src/blogandsrc/changelog, confirmed each rewrite againstnuxt/redirects.ts's current targetsrc/blueprints/**/nuxt/content/docs/**)