fix(dashrate): point tutorial resource links at published docs - #111
Conversation
The Identities, Contracts, and Tokens resource entries linked to `../../N-.../` relative paths into the raw tutorial source tree, which is never deployed alongside the built example apps. On the live site those resolved to a non-existent path and 404'd. Repoint them at their canonical docs.dash.org tutorial landing pages, matching the existing absolute-URL `intro` entry. Applied to both the React catalog and the single-file lite build.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThree tutorial links now point to their corresponding Dash documentation URLs in the resource catalog and the Dashrate Lite page. ChangesTutorial resource links
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
example-apps/dashrate/src/catalog/resources.tsESLint skipped: missing config or dependency (missing-dependency). The ESLint configuration references a package that is not available in the sandbox. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The Identities, Contracts, and Tokens resource entries linked to
../../N-.../relative paths into the raw tutorial source tree, which is never deployed alongside the built example apps. On the live site those resolved to a non-existent path and 404'd.Repoint them at their canonical docs.dash.org tutorial landing pages, matching the existing absolute-URL
introentry. Applied to both the React catalog and the single-file lite build.Summary by CodeRabbit