Skip to content

Commit

Permalink
Changes urls from relative to absolute (GitHub doesn't support relati…
Browse files Browse the repository at this point in the history
…ve urls in READMEs)


Fixes a few typos and grammatical errors.
  • Loading branch information
omni5cience committed Jun 3, 2011
1 parent 34d4bd2 commit ad47b87
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
node-mongodb-native
===================

Select topic of interest for detailed description:
Select a topic of interest for detailed description:

* [Database](database.md)
* [Collections](collections.md)
* [Querying documents](queries.md)
* [Inserting/updating documents](insert.md)
* [GridStore](gridfs.md)
* [Indexes](indexes.md)
* [Replicasets](replicaset.md)
* [Database](https://github.com/christkv/node-mongodb-native/tree/master/docs/database.md)
* [Collections](https://github.com/christkv/node-mongodb-native/tree/master/docs/collections.md)
* [Querying documents](https://github.com/christkv/node-mongodb-native/tree/master/docs/queries.md)
* [Inserting/updating documents](https://github.com/christkv/node-mongodb-native/tree/master/docs/insert.md)
* [GridStore](https://github.com/christkv/node-mongodb-native/tree/master/docs/gridfs.md)
* [Indexes](https://github.com/christkv/node-mongodb-native/tree/master/docs/indexes.md)
* [Replicasets](https://github.com/christkv/node-mongodb-native/tree/master/docs/replicaset.md)

This documentation is incomplete, the best source for all possible methods are [the source fornode-mongodb-native](https://github.com/christkv/node-mongodb-native) and [MongDB manual](http://www.mongodb.org/display/DOCS/Manual).
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).

0 comments on commit ad47b87

Please sign in to comment.