Skip to content

Commit 8cb9a4f

Browse files
justin808claude
andcommitted
docs: Change absolute URLs to relative paths in error messages guide
Convert shakacode.com absolute URLs to relative markdown paths: - Auto-Bundling Guide -> ../core-concepts/auto-bundling-file-system-based-automated-bundle-generation.md - Server Rendering -> ../core-concepts/react-server-rendering.md - Component Registration -> ../api-reference/javascript-api.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 75e2dd5 commit 8cb9a4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/improved-error-messages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,6 @@ If you encounter issues:
197197

198198
## Related Documentation
199199

200-
- [Auto-Bundling Guide](https://www.shakacode.com/react-on-rails/docs/guides/file-system-based-automated-bundle-generation/)
201-
- [Server Rendering](https://www.shakacode.com/react-on-rails/docs/guides/server-rendering/)
202-
- [Component Registration](https://www.shakacode.com/react-on-rails/docs/guides/component-registration/)
200+
- [Auto-Bundling Guide](../core-concepts/auto-bundling-file-system-based-automated-bundle-generation.md)
201+
- [Server Rendering](../core-concepts/react-server-rendering.md)
202+
- [JavaScript API (Component Registration)](../api-reference/javascript-api.md)

0 commit comments

Comments
 (0)