Skip to content

Commit e701ce7

Browse files
committed
Fix broken documentation links after file reorganization
- Fix links in docs/guides/advanced/README.md to point to core-concepts/ - Fix asset link in docs/upgrading/release-notes/16.0.0.md - Fix turbolinks link in docs/upgrading/release-notes/16.0.0.md All broken links reported by markdown-link-check CI have been fixed.
1 parent b6868b8 commit e701ce7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/guides/advanced/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Advanced React on Rails features and patterns.
44

5-
- [Auto-Bundling](../auto-bundling-file-system-based-automated-bundle-generation.md)
6-
- [Server-Side Rendering](../react-server-rendering.md)
7-
- [Performance Optimization](../webpack-configuration.md)
5+
- [Auto-Bundling](../../core-concepts/auto-bundling-file-system-based-automated-bundle-generation.md)
6+
- [Server-Side Rendering](../../core-concepts/react-server-rendering.md)
7+
- [Performance Optimization](../../core-concepts/webpack-configuration.md)

docs/upgrading/release-notes/16.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This optimization is particularly impactful for:
3434

3535
_Performance improvement visualization:_
3636

37-
![Performance comparison showing early hydration improvement](../assets/early-hydration-performance-comparison.jpg)
37+
![Performance comparison showing early hydration improvement](../../assets/early-hydration-performance-comparison.jpg)
3838

3939
_The image above demonstrates the dramatic performance improvement:_
4040

@@ -81,7 +81,7 @@ _The image above demonstrates the dramatic performance improvement:_
8181
// Code expecting all components to be hydrated
8282
```
8383

84-
- If you call it in a `turbolinks:load` listener to work around the issue documented in [Turbolinks](../building-features/turbolinks.md#async-script-loading), the listener can be safely removed.
84+
- If you call it in a `turbolinks:load` listener to work around the issue documented in [Turbolinks](../../building-features/turbolinks.md#async-script-loading), the listener can be safely removed.
8585

8686
### Script Loading Strategy Migration
8787

0 commit comments

Comments
 (0)