Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change links in READMEs #219

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions docs/collection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@
Object representing a mongo collection. Create it using [`manager.get`](../manager/get.md).

A Collection instance has the following methods:
* [aggregate](/aggregate.md)
* [bulkWrite](/bulkWrite.md)
* [count](/count.md)
* [distinct](/distinct.md)
* [drop](/drop.md)
* [dropIndex](/dropIndex.md)
* [dropIndexes](/dropIndexes.md)
* [ensureIndex](/ensureIndex.md)
* [find](/find.md)
* [findOne](/findOne.md)
* [findOneAndDelete](/findOneAndDelete.md)
* [findOneAndUpdate](/findOneAndUpdate.md)
* [geoHaystackSearch](/geoHaystackSearch.md)
* [geoNear](/geoNear.md)
* [group](/group.md)
* [indexes](/indexes.md)
* [insert](/insert.md)
* [mapReduce](/mapReduce.md)
* [remove](/remove.md)
* [stats](/stats.md)
* [update](/update.md)
* [aggregate](aggregate.md)
* [bulkWrite](bulkWrite.md)
* [count](count.md)
* [distinct](distinct.md)
* [drop](drop.md)
* [dropIndex](dropIndex.md)
* [dropIndexes](dropIndexes.md)
* [ensureIndex](ensureIndex.md)
* [find](find.md)
* [findOne](findOne.md)
* [findOneAndDelete](findOneAndDelete.md)
* [findOneAndUpdate](findOneAndUpdate.md)
* [geoHaystackSearch](geoHaystackSearch.md)
* [geoNear](geoNear.md)
* [group](group.md)
* [indexes](indexes.md)
* [insert](insert.md)
* [mapReduce](mapReduce.md)
* [remove](remove.md)
* [stats](stats.md)
* [update](update.md)

#### Example

Expand Down
6 changes: 3 additions & 3 deletions docs/manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Monk constructor.
#### Returns

A Manager instance with the following methods:
* [close](/close.md)
* [create](/create.md)
* [get](/get.md)
* [close](close.md)
* [create](create.md)
* [get](get.md)

#### Example

Expand Down