Skip to content

Commit 08e2ef8

Browse files
justin808claude
andcommitted
Fix external broken links in documentation
Fixed broken external GitHub links: - Updated shakapacker environment config links from .js to .ts files - Removed outdated react-webpack-rails-tutorial RouterApp file references - Fixed README.md advanced-topics link to point to guides/advanced/ All external links now point to valid resources. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c7d5dfb commit 08e2ef8

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Jump to what you need
2828

2929
- **[Installation Guide](./getting-started/installation-into-an-existing-rails-app.md)** - Detailed setup
3030
- **[API Reference](./api-reference/README.md)** - Quick lookup
31-
- **[Advanced Features](./advanced-topics/README.md)** - SSR, Redux, Router
31+
- **[Advanced Features](./guides/advanced/README.md)** - SSR, Redux, Router
3232

3333
### 🏗️ **Migrating from Other Solutions**
3434

docs/building-features/react-router.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,10 @@ const RouterApp = (props, railsContext) => {
2424
};
2525
```
2626

27-
For a fleshed out integration of React on Rails with React Router, check out [React Webpack Rails Tutorial Code](https://github.com/shakacode/react-webpack-rails-tutorial), specifically the files:
27+
For a fleshed out integration of React on Rails with React Router, check out [React Webpack Rails Tutorial Code](https://github.com/shakacode/react-webpack-rails-tutorial), specifically the routing configuration in:
2828

2929
- [react-webpack-rails-tutorial/client/app/bundles/comments/routes/routes.jsx](https://github.com/shakacode/react-webpack-rails-tutorial/blob/master/client/app/bundles/comments/routes/routes.jsx)
3030

31-
- [react-webpack-rails-tutorial/client/app/bundles/comments/startup/ClientRouterApp.jsx](https://github.com/shakacode/react-webpack-rails-tutorial/blob/master/client/app/bundles/comments/startup/ClientRouterApp.jsx)
32-
33-
- [react-webpack-rails-tutorial/client/app/bundles/comments/startup/ServerRouterApp.jsx](https://github.com/shakacode/react-webpack-rails-tutorial/blob/master/client/app/bundles/comments/startup/ServerRouterApp.jsx)
34-
3531
# Server Rendering Using React Router V4
3632

3733
Your Render-Function may not return an object with the property `renderedHtml`. Thus, you call

docs/core-concepts/webpack-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ const { config, devServer } = require('shakapacker');
3838

3939
You will want to consider using some of the same values set in these files:
4040

41-
- https://github.com/shakacode/shakapacker/blob/master/package/environments/base.js
42-
- https://github.com/shakacode/shakapacker/blob/master/package/environments/development.js
41+
- https://github.com/shakacode/shakapacker/blob/master/package/environments/base.ts
42+
- https://github.com/shakacode/shakapacker/blob/master/package/environments/development.ts

0 commit comments

Comments
 (0)