diff --git a/README.md b/README.md index d967cb8..ecd05cc 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ npm install nedb feathers-nedb --save ## Documentation -Please refer to the [Feathers database adapter documentation](http://docs.feathersjs.com/databases/readme.html) for more details or directly at: +Please refer to the [Feathers database adapter documentation](https://docs.feathersjs.com/api/databases/common.html) for more details or directly at: -- [NeDB](http://docs.feathersjs.com/databases/nedb.html) - The detailed documentation for this adapter -- [Extending](http://docs.feathersjs.com/databases/extending.html) - How to extend a database adapter -- [Pagination and Sorting](http://docs.feathersjs.com/databases/pagination.html) - How to use pagination and sorting for the database adapter -- [Querying](http://docs.feathersjs.com/databases/querying.html) - The common adapter querying mechanism +- [NeDB](http://docs.feathersjs.com/api/databases/nedb.html) - The detailed documentation for this adapter +- [Extending](https://docs.feathersjs.com/api/databases/common.html#extending-adapters) - How to extend a database adapter +- [Pagination and Sorting](https://docs.feathersjs.com/api/databases/common.html#pagination) - How to use pagination and sorting for the database adapter +- [Querying](https://docs.feathersjs.com/api/databases/querying.html) - The common adapter querying mechanism ## Complete Example