-
Notifications
You must be signed in to change notification settings - Fork 1.9k
docs(Grid): update broken links #19368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(Grid): update broken links #19368
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #19368 +/- ##
==========================================
+ Coverage 84.57% 84.85% +0.28%
==========================================
Files 382 371 -11
Lines 14434 14412 -22
Branches 4712 4746 +34
==========================================
+ Hits 12207 12229 +22
+ Misses 2073 2037 -36
+ Partials 154 146 -8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
372c77f
Closes #19359
Fix broken documentation links in
Column.tsx
andGrid overview page
. The previous URLs under@see
tags were returning 404 errors. These have been updated to point to the correct layout breakpoints documentation in the Carbon Design System site.Changelog
Changed
@see
links inColumn.tsx
to use the correct URLs:https://carbondesignsystem.com/elements/2x-grid/overview/#breakpoints
Grid.mdx
Testing / Reviewing
To verify this PR:
Column.tsx
and verify that the updated links are working correctlyDeploy Preview > Grid > Overview
PR Checklist
As the author of this PR, before marking ready for review, confirm you: