diff --git a/docs/guide/column-filtering.md b/docs/guide/column-filtering.md index 0d9d7e2087..f3bfcdcc8c 100644 --- a/docs/guide/column-filtering.md +++ b/docs/guide/column-filtering.md @@ -6,12 +6,12 @@ title: Column Filtering Guide Want to skip to the implementation? Check out these examples: -- [filters](https://github.com/TanStack/table/tree/main/examples/react/filters) (includes faceting) -- [editable-data](https://github.com/TanStack/table/tree/main/examples/react/editable-data) -- [expanding](https://github.com/TanStack/table/tree/main/examples/react/expanding) -- [grouping](https://github.com/TanStack/table/tree/main/examples/react/grouping) -- [pagination](https://github.com/TanStack/table/tree/main/examples/react/pagination) -- [row-selection](https://github.com/TanStack/table/tree/main/examples/react/row-selection) +- [filters](../framework/react/examples/filters) (includes faceting) +- [editable-data](../framework/react/examples/editable-data) +- [expanding](../framework/react/examples/expanding) +- [grouping](../framework/react/examples/grouping) +- [pagination](../framework/react/examples/pagination) +- [row-selection](../framework/react/examples/row-selection) ## API diff --git a/docs/guide/global-filtering.md b/docs/guide/global-filtering.md index c4e7fb437b..2745a9bda1 100644 --- a/docs/guide/global-filtering.md +++ b/docs/guide/global-filtering.md @@ -6,7 +6,8 @@ title: Global Filtering Guide Want to skip to the implementation? Check out these examples: -- [Global Filters](https://github.com/TanStack/table/tree/main/examples/react/filters-global) +- [filters](../framework/react/examples/filters) +- [filters-fuzzy](../framework/react/examples/filters-fuzzy) ## API diff --git a/docs/guide/grouping.md b/docs/guide/grouping.md index 9c8ee4b278..d44bf6b769 100644 --- a/docs/guide/grouping.md +++ b/docs/guide/grouping.md @@ -6,7 +6,7 @@ title: Grouping Guide Want to skip to the implementation? Check out these examples: -- [grouping](https://github.com/TanStack/table/tree/main/examples/react/grouping) +- [grouping](../framework/react/examples/grouping) ## API diff --git a/docs/guide/row-selection.md b/docs/guide/row-selection.md index a5a868833b..2c05dbfffe 100644 --- a/docs/guide/row-selection.md +++ b/docs/guide/row-selection.md @@ -6,9 +6,9 @@ title: Row Selection Guide Want to skip to the implementation? Check out these examples: -- [React row-selection](https://github.com/TanStack/table/tree/main/examples/react/row-selection) -- [Vue row-selection](https://github.com/TanStack/table/tree/main/examples/vue/row-selection) -- [React expanding](https://github.com/TanStack/table/tree/main/examples/react/expanding) +- [React row-selection](../framework/react/examples/row-selection) +- [Vue row-selection](../framework/vue/examples/row-selection) +- [React expanding](../framework/react/examples/expanding) ## API diff --git a/docs/guide/virtualization.md b/docs/guide/virtualization.md index 7b66b602ad..fd680c043d 100644 --- a/docs/guide/virtualization.md +++ b/docs/guide/virtualization.md @@ -6,10 +6,10 @@ title: Virtualization Guide Want to skip to the implementation? Check out these examples: -- [virtualized-columns](https://github.com/TanStack/table/tree/main/examples/react/virtualized-columns) -- [virtualized-rows (dynamic row height)](https://github.com/TanStack/table/tree/main/examples/react/virtualized-rows) -- [virtualized-rows (fixed row height)](https://github.com/TanStack/table/tree/main/examples/react/virtualized-rows) -- [virtualized-infinite-scrolling](https://github.com/TanStack/table/tree/main/examples/react/virtualized-infinite-scrolling) +- [virtualized-columns](../framework/react/examples/virtualized-columns) +- [virtualized-rows (dynamic row height)](../framework/react/examples/virtualized-rows) +- [virtualized-rows (fixed row height)](../framework/react/examples/virtualized-rows) +- [virtualized-infinite-scrolling](../framework/react/examples/virtualized-infinite-scrolling) ## Virtualization Guide