Skip to content

Commit 4aeb1de

Browse files
ihabadhamclaude
andcommitted
Fix broken markdown links to turbolinks.md
Updated two broken links in react-router.md that were pointing to the old location ../rails/turbolinks.md which no longer exists. The turbolinks.md file was moved from docs/rails/ to docs/building-features/ during the PR #1845 documentation reorganization, but these links were not updated at that time. Changes: - ../rails/turbolinks.md → ./turbolinks.md (same directory) This fixes the markdown-link-check CI failure: ERROR: 1 dead link found in docs/building-features/react-router.md ! [✖] ../rails/turbolinks.md → Status: 400 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7123b04 commit 4aeb1de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/building-features/react-router.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you're using Turbo (Rails 7+) or Turbolinks (Rails 6 and earlier), be aware t
1414

1515
If you successfully integrate both, please share your solution with the community!
1616

17-
For more details, see [Turbo/Turbolinks Guide](../rails/turbolinks.md).
17+
For more details, see [Turbo/Turbolinks Guide](./turbolinks.md).
1818

1919
## Installation
2020

@@ -180,4 +180,4 @@ For a practical example of route organization, see the [routes configuration fil
180180

181181
- [React Router Official Documentation](https://reactrouter.com/)
182182
- [React Router v6 Migration Guide](https://reactrouter.com/en/main/upgrading/v5) - If upgrading from v5
183-
- [React on Rails Turbo/Turbolinks Guide](../rails/turbolinks.md)
183+
- [React on Rails Turbo/Turbolinks Guide](./turbolinks.md)

0 commit comments

Comments
 (0)