Skip to content

Fix internal blog/changelog links pointing at redirecting URLs - #5561

Merged
ZJvandeWeg merged 1 commit into
mainfrom
zj-fix-redirect-links
Aug 10, 2026
Merged

Fix internal blog/changelog links pointing at redirecting URLs#5561
ZJvandeWeg merged 1 commit into
mainfrom
zj-fix-redirect-links

Conversation

@ZJvandeWeg

Copy link
Copy Markdown
Member

Summary

Fixes the remaining nuxt-link-checker warnings for internal links that resolve through a 301 in nuxt/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/** and src/changelog/**) to their resolved final target per nuxt/redirects.ts:

Old href Final target
/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):

Test plan

  • Grepped every old href across src/blog and src/changelog, confirmed each rewrite against nuxt/redirects.ts's current target
  • Re-grepped after editing — no stale references remain (outside the excluded src/blueprints/** / nuxt/content/docs/**)
  • Diffed every change — each is a single href rewrite, no other content touched
  • Confirm on a deployed preview that these warnings drop from the link-checker output

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
ZJvandeWeg enabled auto-merge (squash) August 10, 2026 20:20
@ZJvandeWeg
ZJvandeWeg disabled auto-merge August 10, 2026 20:34
@ZJvandeWeg
ZJvandeWeg merged commit 9f3cd48 into main Aug 10, 2026
5 of 6 checks passed
@ZJvandeWeg
ZJvandeWeg deleted the zj-fix-redirect-links branch August 10, 2026 20:35
@netlify

netlify Bot commented Aug 10, 2026

Copy link
Copy Markdown

Deploy Preview for flowforge-website ready!

Name Link
🔨 Latest commit 0d3c6f8
🔍 Latest deploy log https://app.netlify.com/projects/flowforge-website/deploys/6a7a3252ea3f5500080ea0ea
😎 Deploy Preview https://deploy-preview-5561--flowforge-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 74 (🟢 up 26 from production)
Accessibility: 96 (no change from production)
Best Practices: 100 (no change from production)
SEO: 85 (🔴 down 7 from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

1 participant