You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix broken links and reconcile version requirements
- Update 20+ broken links in docs/README.md to point to existing files
- Fix 5 broken links in docs/quick-start/README.md
- Fix image path in docs/getting-started.md (../images -> ./images)
- Update Storybook URL to current domain (getstorybook.io -> storybook.js.org)
- Reconcile version requirements across docs to match gemspec:
- Shakapacker 6+ (7+ recommended) instead of "7+ required"
- Ruby 3.0+ (required) instead of "Ruby 2.7+ supported"
- Rails 5.2+ supported for consistency
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/javascript/angular-js-integration-migration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Check out the [ngReact](https://github.com/ngReact/ngReact) package. This packag
20
20
21
21
## StoryBook
22
22
23
-
We love using [StoryBook](https://getstorybook.io/) to create a simple testing and inspection area of new React components as we migrate them over from AngularJS Components.
23
+
We love using [Storybook](https://storybook.js.org/) to create a simple testing and inspection area of new React components as we migrate them over from AngularJS Components.
0 commit comments