Skip to content

Commit 6a983d4

Browse files
committed
Fixed readme
1 parent 5645481 commit 6a983d4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ node-mongodb-native
33

44
Select a topic of interest for detailed description:
55

6-
* [MongoClient](https://github.com/christkv/node-mongodb-native/tree/master/docs/articles/MongoClient.md)
7-
* [Collections](https://github.com/christkv/node-mongodb-native/tree/master/docs/collections.md)
8-
* [Querying documents](https://github.com/christkv/node-mongodb-native/tree/master/docs/queries.md)
9-
* [Inserting/updating documents](https://github.com/christkv/node-mongodb-native/tree/master/docs/insert.md)
10-
* [GridStore](https://github.com/christkv/node-mongodb-native/tree/master/docs/gridfs.md)
11-
* [Indexes](https://github.com/christkv/node-mongodb-native/tree/master/docs/indexes.md)
6+
* [MongoClient](https://github.com/mongodb/node-mongodb-native/tree/master/docs/articles/MongoClient.md)
7+
* [Collections](https://github.com/mongodb/node-mongodb-native/tree/master/docs/collections.md)
8+
* [Querying documents](https://github.com/mongodb/node-mongodb-native/tree/master/docs/queries.md)
9+
* [Inserting/updating documents](https://github.com/mongodb/node-mongodb-native/tree/master/docs/insert.md)
10+
* [GridStore](https://github.com/mongodb/node-mongodb-native/tree/master/docs/gridfs.md)
11+
* [Indexes](https://github.com/mongodb/node-mongodb-native/tree/master/docs/indexes.md)
1212

13-
This documentation is incomplete, the best source for documentation on all possible methods is [the source for node-mongodb-native](https://github.com/christkv/node-mongodb-native) and [the MongoDB manual](http://www.mongodb.org/display/DOCS/Manual).
13+
This documentation is incomplete, the best source for documentation on all possible methods is [the source for node-mongodb-native](https://github.com/mongodb/node-mongodb-native) and [the MongoDB manual](http://www.mongodb.org/display/DOCS/Manual).

0 commit comments

Comments
 (0)