Skip to content

Commit 0c423b0

Browse files
ihabadhamclaude
andcommitted
Fix broken links to outdated/webpack.md
Two user-facing docs were linking to docs/outdated/webpack.md which is excluded from the website, causing 404 errors. Changes: - docs/core-concepts/webpack-configuration.md: Updated to link to Shakapacker's webpack customization docs (most relevant for users customizing webpack) - docs/deployment/troubleshooting-build-errors.md: Updated to link to our own webpack-configuration.md (keeps users in our documentation) Context: webpack.md was moved to outdated/ in commit e08f91d (Oct 3, 2025) because it contained "outdated Webpack v2 content". The file references Webpack v2 patterns and links to a 2017 forum post. These two links were not updated when the file was moved, causing broken references. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent e15835a commit 0c423b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/core-concepts/webpack-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A key decision in your use React on Rails is whether you go with the Shakapacker
2222

2323
## Option 1: Default Generator Setup: Shakapacker app/javascript
2424

25-
Typical Shakapacker apps have a standard directory structure as documented [here](https://github.com/shakacode/shakapacker/blob/master/README.md#configuration-and-code). If you follow [the basic tutorial](../getting-started/tutorial.md), you will see this pattern in action. In order to customize the Webpack configuration, consult [Webpack Tips](../outdated/webpack.md).
25+
Typical Shakapacker apps have a standard directory structure as documented [here](https://github.com/shakacode/shakapacker/blob/master/README.md#configuration-and-code). If you follow [the basic tutorial](../getting-started/tutorial.md), you will see this pattern in action. In order to customize the Webpack configuration, consult the [Shakapacker webpack customization docs](https://github.com/shakacode/shakapacker#webpack-configuration).
2626

2727
The _advantage_ of using Shakapacker to configure Webpack is that there is very little code needed to get started, and you don't need to understand really anything about Webpack customization.
2828

docs/deployment/troubleshooting-build-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,5 +276,5 @@ fi
276276
## Need More Help?
277277

278278
- Check the [general troubleshooting guide](../deployment/troubleshooting-when-using-shakapacker.md)
279-
- Review [webpack configuration docs](../outdated/webpack.md)
279+
- Review [webpack configuration guide](../core-concepts/webpack-configuration.md)
280280
- Contact [[email protected]](mailto:[email protected]) for professional support

0 commit comments

Comments
 (0)