diff --git a/README.md b/README.md index 0ec9ebb..01c1272 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ import { - [Row Selection](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/row-selection) - [Expanding](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/expanding) - [Sub Components](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/sub-components) - - [Editable Data](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/editable-cells) + - [Editable Data](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/editable-data) - Controlled - [Pagination (Controlled)](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/pagination-controlled) diff --git a/examples/editable-data/README.md b/examples/editable-data/README.md index 12dead0..1ef271b 100644 --- a/examples/editable-data/README.md +++ b/examples/editable-data/README.md @@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo You can: -- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) +- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/editable-data) - `yarn` and `yarn start` to run and edit the example diff --git a/examples/expanding/README.md b/examples/expanding/README.md index 12dead0..a73dce3 100644 --- a/examples/expanding/README.md +++ b/examples/expanding/README.md @@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo You can: -- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) +- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/expanding) - `yarn` and `yarn start` to run and edit the example diff --git a/examples/filtering/README.md b/examples/filtering/README.md index 12dead0..7b4d95a 100644 --- a/examples/filtering/README.md +++ b/examples/filtering/README.md @@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo You can: -- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) +- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/filtering) - `yarn` and `yarn start` to run and edit the example diff --git a/examples/grouping/README.md b/examples/grouping/README.md index 12dead0..24e30c3 100644 --- a/examples/grouping/README.md +++ b/examples/grouping/README.md @@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo You can: -- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) +- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/grouping) - `yarn` and `yarn start` to run and edit the example diff --git a/examples/pagination-controlled/README.md b/examples/pagination-controlled/README.md index 12dead0..156c20a 100644 --- a/examples/pagination-controlled/README.md +++ b/examples/pagination-controlled/README.md @@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo You can: -- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) +- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/pagination-controlled) - `yarn` and `yarn start` to run and edit the example diff --git a/examples/pagination/README.md b/examples/pagination/README.md index 12dead0..efedd93 100644 --- a/examples/pagination/README.md +++ b/examples/pagination/README.md @@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo You can: -- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) +- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/pagination) - `yarn` and `yarn start` to run and edit the example diff --git a/examples/row-selection/README.md b/examples/row-selection/README.md index 12dead0..2b4ca04 100644 --- a/examples/row-selection/README.md +++ b/examples/row-selection/README.md @@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo You can: -- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) +- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/row-selection) - `yarn` and `yarn start` to run and edit the example diff --git a/examples/sorting/README.md b/examples/sorting/README.md index 12dead0..82f3ed1 100644 --- a/examples/sorting/README.md +++ b/examples/sorting/README.md @@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo You can: -- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) +- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/sorting) - `yarn` and `yarn start` to run and edit the example diff --git a/examples/sub-components/README.md b/examples/sub-components/README.md index 12dead0..1c657c4 100644 --- a/examples/sub-components/README.md +++ b/examples/sub-components/README.md @@ -2,5 +2,5 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo You can: -- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/basic) +- [Open this example in a new CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/sub-components) - `yarn` and `yarn start` to run and edit the example