You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Hydrogen 404s: Update link to correct page (#14773)
## Summary
- Fixed broken Hydrogen link in Cloudflare index page that was causing
404s
- Updated link from `frameworks/hydrogen/` to
`frameworks/hydrogen-react-router/`
## Context
The Cloudflare index page was linking to `frameworks/hydrogen/` which
doesn't exist, causing users to hit 404 errors. The content was moved to
separate pages for different Hydrogen versions:
- `hydrogen-react-router/` for newer Hydrogen versions (2025.5.0+)
- `hydrogen-remix/` for legacy versions
This PR points to the current version (`hydrogen-react-router/`) to
resolve the 404 issue.
## Test plan
- [x] Verified the target page exists at
`frameworks/hydrogen-react-router/`
- [x] Checked that this resolves the 404 alerts for
`/platforms/javascript/guides/cloudflare/frameworks/hydrogen/`
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
0 commit comments