Skip to content

Commit c671785

Browse files
ihabadhamclaude
andcommitted
Fix remaining broken documentation links
- Replace dead chlg.co domain with official Git coding standards URL - Fix broken anchor #missing-routes-file-error in troubleshooting guide - Update broken shakacode.com link to point to local documentation - Add bundle-splitting-hello-world.png image for lightweight bundle example - Add outdated/historical links to ignore list (webpacker configs from old tutorial) Fixes 5 out of 6 broken links. Only remaining issues are intentionally preserved historical content in outdated documentation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b286f82 commit c671785

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.github/markdown-link-check-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
},
1818
{
1919
"pattern": "^https://hichee\\.com"
20+
},
21+
{
22+
"pattern": "^https://github\\.com/shakacode/react-webpack-rails-tutorial/blob/master/config/webpacker\\.yml$"
23+
},
24+
{
25+
"pattern": "^https://github\\.com/shakacode/react-webpack-rails-tutorial/blob/master/client/webpack\\.client\\.base\\.config\\.js"
2026
}
2127
],
2228
"replacementPatterns": [

docs/guides/how-to-conditionally-server-render-based-on-device-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ end
3737

3838
Note, full details of the React on Rails configuration are [here in docs/basics/configuration.md](https://shakacode.com/react-on-rails/docs/guides/configuration/).
3939

40-
See the doc file [docs/basics/generator-functions-and-railscontext.md](https://shakacode.com/react-on-rails/docs/guides/generator-functions-and-railscontext/#rails-context) for how your client-side code uses the device information
40+
See the doc file [render-functions-and-railscontext.md](./render-functions-and-railscontext.md#rails-context) for how your client-side code uses the device information
524 KB
Loading

docs/javascript/troubleshooting-build-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This guide covers common webpack build errors encountered when using react_on_ra
44

55
## Table of Contents
66

7-
- [Missing Routes File Error](#missing-routes-file-error)
7+
- [Missing Routes File Error](#missing-routes-file-error-js-routes-gem)
88
- [ProvidePlugin Module Resolution Errors](#provideplugin-module-resolution-errors)
99
- [Environment Setup Dependencies](#environment-setup-dependencies)
1010
- [Shakapacker Compatibility Issues](#shakapacker-compatibility-issues)

docs/misc/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Follow these style guidelines per the linter configuration. Basically, lint your
2626

2727
### Git coding Standards
2828

29-
- [Git Coding Standards](http://chlg.co/1GV2m9p)
29+
- [Git Coding Standards](https://git-scm.com/docs/CodingGuidelines)
3030

3131
### Sass Coding Standards
3232

0 commit comments

Comments
 (0)