diff --git a/README.md b/README.md index 7cda9a4..b8f4ac1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Enjoy this library? Try them all! [React Query](https://github.com/tannerlinsley - [Installation](./docs/installation.md) - Walk through how to install React Table - [Concepts](./docs/concepts.md) - Read how React Table works and how you can use it better - [Examples](./docs/examples.md) - Experience and learn from some examples and guides of how to use React Table and implement common patterns -- [API](./docs/api.md) - Get to know React Table's API +- [API](./docs/api/README.md) - Get to know React Table's API - [FAQ](./docs/faq.md) - Learn how to use React Table for specific challenges and tasks - [Previous Versions](#previous-versions) - [Contributing](./CONTRIBUTING.md) - Become familiar with how to contribute back to React Table diff --git a/docs/concepts.md b/docs/concepts.md index baba63c..d31dd01 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -30,4 +30,4 @@ As of React Table v7, **you the developer** are responsible for rendering your o After reading about React Table's concepts, you should: - [Check Out Some Examples](./examples.md) -- [Study the API](./api.md) +- [Study the API](./api/README.md) diff --git a/examples/sorting/README.md b/examples/sorting/README.md index 8965ded..bbb59f2 100644 --- a/examples/sorting/README.md +++ b/examples/sorting/README.md @@ -65,7 +65,7 @@ By default, the sorting will be `alphanumeric`. This can be changed in your `col Other options include `basic` and `datetime`. Note that if you're planning on sorting numbers between 0 and 1, `basic` sorting will be more accurate. -More information can be found in the [API Docs](/docs/api.md#useSortBy) +More information can be found in the [API Docs](/docs/api/README.md#useSortBy) ````diff const columns = React.useMemo(