Fix broken documentation link for global filters example#6171
Fix broken documentation link for global filters example#6171veeceey wants to merge 1 commit intoTanStack:mainfrom
Conversation
The link to examples/react/filters-global was returning 404 as that example no longer exists. Updated to point to examples/react/filters-fuzzy which demonstrates global filtering functionality. Fixes TanStack#6141
|
📝 WalkthroughWalkthroughUpdated a documentation link in the global filtering guide from a non-existent example path ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Heads up -- the changeset-bot flagged that this PR is missing a changeset, and the CodeRabbit pre-merge check noted the PR description is missing the required template sections (Changes, Checklist, Release Impact). Since this is a docs-only fix (updating a broken link), it likely doesn't need a version bump, but I'll add a changeset to be safe and update the PR description to follow the repository's PR template. Will push that shortly. |
|
Updated the PR description to follow the repo's template format. Since this is a docs-only change (fixing a broken link), no changeset is needed. |
🎯 Changes
Updated a broken documentation link in
docs/guide/global-filtering.md— the existing link pointed toexamples/react/filters-globalwhich doesn't exist and returned a 404. Changed it to point toexamples/react/filters-fuzzywhich is the actual example that demonstrates global filtering functionality.Fixes #6141
✅ Checklist
pnpm test:pr.🚀 Release Impact