Skip to content

Commit aea05d8

Browse files
committed
docs: migrate guide example links to relative paths
1 parent 961258c commit aea05d8

5 files changed

Lines changed: 16 additions & 15 deletions

File tree

docs/guide/column-filtering.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ title: Column Filtering Guide
66

77
Want to skip to the implementation? Check out these examples:
88

9-
- [filters](https://github.com/TanStack/table/tree/main/examples/react/filters) (includes faceting)
10-
- [editable-data](https://github.com/TanStack/table/tree/main/examples/react/editable-data)
11-
- [expanding](https://github.com/TanStack/table/tree/main/examples/react/expanding)
12-
- [grouping](https://github.com/TanStack/table/tree/main/examples/react/grouping)
13-
- [pagination](https://github.com/TanStack/table/tree/main/examples/react/pagination)
14-
- [row-selection](https://github.com/TanStack/table/tree/main/examples/react/row-selection)
9+
- [filters](../framework/react/examples/filters) (includes faceting)
10+
- [editable-data](../framework/react/examples/editable-data)
11+
- [expanding](../framework/react/examples/expanding)
12+
- [grouping](../framework/react/examples/grouping)
13+
- [pagination](../framework/react/examples/pagination)
14+
- [row-selection](../framework/react/examples/row-selection)
1515

1616
## API
1717

docs/guide/global-filtering.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ title: Global Filtering Guide
66

77
Want to skip to the implementation? Check out these examples:
88

9-
- [Global Filters](https://github.com/TanStack/table/tree/main/examples/react/filters-global)
9+
- [filters](../framework/react/examples/filters)
10+
- [filters-fuzzy](../framework/react/examples/filters-fuzzy)
1011

1112
## API
1213

docs/guide/grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Grouping Guide
66

77
Want to skip to the implementation? Check out these examples:
88

9-
- [grouping](https://github.com/TanStack/table/tree/main/examples/react/grouping)
9+
- [grouping](../framework/react/examples/grouping)
1010

1111
## API
1212

docs/guide/row-selection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ title: Row Selection Guide
66

77
Want to skip to the implementation? Check out these examples:
88

9-
- [React row-selection](https://github.com/TanStack/table/tree/main/examples/react/row-selection)
10-
- [Vue row-selection](https://github.com/TanStack/table/tree/main/examples/vue/row-selection)
11-
- [React expanding](https://github.com/TanStack/table/tree/main/examples/react/expanding)
9+
- [React row-selection](../framework/react/examples/row-selection)
10+
- [Vue row-selection](../framework/vue/examples/row-selection)
11+
- [React expanding](../framework/react/examples/expanding)
1212

1313
## API
1414

docs/guide/virtualization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ title: Virtualization Guide
66

77
Want to skip to the implementation? Check out these examples:
88

9-
- [virtualized-columns](https://github.com/TanStack/table/tree/main/examples/react/virtualized-columns)
10-
- [virtualized-rows (dynamic row height)](https://github.com/TanStack/table/tree/main/examples/react/virtualized-rows)
11-
- [virtualized-rows (fixed row height)](https://github.com/TanStack/table/tree/main/examples/react/virtualized-rows)
12-
- [virtualized-infinite-scrolling](https://github.com/TanStack/table/tree/main/examples/react/virtualized-infinite-scrolling)
9+
- [virtualized-columns](../framework/react/examples/virtualized-columns)
10+
- [virtualized-rows (dynamic row height)](../framework/react/examples/virtualized-rows)
11+
- [virtualized-rows (fixed row height)](../framework/react/examples/virtualized-rows)
12+
- [virtualized-infinite-scrolling](../framework/react/examples/virtualized-infinite-scrolling)
1313

1414
## Virtualization Guide
1515

0 commit comments

Comments
 (0)