docs(docs/api/readme.md): fix to useTable link that was giving 404 (#1726)

In the /docs/api/README.md the useTable link was linking to the file ./usetable.md that doesn't
exist, now it links to ./useTable
This commit is contained in:
Alberico 2019-12-06 16:25:15 +01:00 committed by Tanner Linsley
parent f824fea2ef
commit 176986a07a
2 changed files with 3 additions and 3 deletions

View File

@ -2,12 +2,12 @@
"dist/index.js": {
"bundled": 102847,
"minified": 50399,
"gzipped": 12909
"gzipped": 12905
},
"dist/index.es.js": {
"bundled": 101791,
"minified": 49456,
"gzipped": 12726,
"gzipped": 12722,
"treeshaked": {
"rollup": {
"code": 78,

View File

@ -5,7 +5,7 @@ React Table uses React Hooks both internally and externally for almost all of it
React Table is essentially a compatible collection of **custom React hooks**:
- The primary React Table hook
- [`useTable`](./usetable.md)
- [`useTable`](./useTable.md)
- Plugin Hooks
- Core Plugin Hooks
- [`useGroupBy`](./useGroupBy.md)