docs: fix broken global filter example link#6154
docs: fix broken global filter example link#6154ckdwns9121 wants to merge 1 commit intoTanStack:mainfrom
Conversation
|
📝 WalkthroughWalkthroughA hyperlink reference in the Global Filtering Guide documentation was updated from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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 |
Description
The link to the Global Filters example in the documentation was pointing to a non-existent directory (
examples/react/filters-global), resulting in a 404 error.This PR updates the link to point to
examples/react/filters-fuzzy, which is the correct existing example demonstrating global filtering functionality.🎯 Changes
docs/guide/global-filtering.md✅ Checklist
pnpm test:pr.🚀 Release Impact