Skip to content

Commit fa2413f

Browse files
authored
Update repo links to 'TanStack/' (#4301)
1 parent ceaae9a commit fa2413f

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Feature Requests & Questions
4-
url: https://github.com/tannerlinsley/react-table/discussions
4+
url: https://github.com/TanStack/table/discussions
55
about: Please ask and answer questions here.
66
- name: Community Chat
77
url: https://discord.gg/mQd7egN

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Headless UI for building **powerful tables & datagrids** for **React, Solid, Vue
2626
2727
## Enjoy this library?
2828

29-
Try some other [TanStack](https://tanstack.com) like [React Query](https://github.com/tannerlinsley/react-query), [React Form](https://github.com/tannerlinsley/react-form), [React Charts](https://github.com/tannerlinsley/react-charts)
29+
Try some other [TanStack](https://tanstack.com) like [React Query](https://github.com/TanStack/query), [React Form](https://github.com/tannerlinsley/react-form), [React Charts](https://github.com/TanStack/react-charts)
3030

3131
## Visit [tanstack.com/table](https://tanstack.com/table) for docs, guides, API and more!
3232

old-examples/expanding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
22

33
You can:
44

5-
- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v7/examples/expanding)
5+
- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/TanStack/table/tree/v7/examples/expanding)
66
- `yarn` and `yarn start` to run and edit the example

old-examples/grouping-column/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
22

33
You can:
44

5-
- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v7/examples/grouping-column)
5+
- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/TanStack/table/tree/v7/examples/grouping-column)
66
- `yarn` and `yarn start` to run and edit the example

old-examples/pagination/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pagination
22

3-
- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v7/examples/pagination)
3+
- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/TanStack/table/tree/v7/examples/pagination)
44
- `yarn` and `yarn start` to run and edit the example
55

66
## Guide

old-examples/pivoting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
22

33
You can:
44

5-
- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v7/examples/pivoting)
5+
- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/TanStack/table/tree/v7/examples/pivoting)
66
- `yarn` and `yarn start` to run and edit the example

old-examples/rmwc-components/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
22

33
You can:
44

5-
- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v7/examples/material-ui-components)
5+
- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/TanStack/table/tree/v7/examples/material-ui-components)
66
- `yarn` and `yarn start` to run and edit the example

old-examples/sub-components-lazy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
22

33
You can:
44

5-
- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v7/examples/sub-components-lazy)
5+
- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/TanStack/table/tree/v7/examples/sub-components-lazy)
66
- `yarn` and `yarn start` to run and edit the example

0 commit comments

Comments
 (0)