Skip to content

Commit

Permalink
Fixing broken docs links (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
corymsmith authored Jul 26, 2017
1 parent 57c01bf commit 1d806d9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ npm install nedb feathers-nedb --save

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/api/databases/nedb.html) - The detailed documentation for this adapter
- [NeDB](https://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

- [Pagination](https://docs.feathersjs.com/api/databases/common.html#pagination) - How to use pagination
- [Querying and Sorting](https://docs.feathersjs.com/api/databases/querying.html) - The common adapter querying mechanism and sorting for the database adapter

## Complete Example

Expand Down

0 comments on commit 1d806d9

Please sign in to comment.