Skip to content

Commit 51048ec

Browse files
committedMay 2, 2016
Use absolute URLs when referencing naomi-docs
1 parent 2b23461 commit 51048ec

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed
 

‎README.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -122,24 +122,23 @@ employees.reverseEngineer()
122122

123123
The Collection class exposes the following methods:
124124

125-
1. [find()](collection.md#find) - retrieves records from the collection;
126-
2. [findOne()](collection.md#findOne) - retrieves a single record from the collection;
127-
3. [findStream()](collection.md#findStream) - retrieves records from the collection as a readable stream;
128-
4. [count()](collection.md#count) - counts records in the collection;
129-
5. [remove()](collection.md#remove) - removes records from the collection;
130-
6. [insert()](collection.md#insert) - inserts record(s) to the collection;
131-
7. [upsert()](collection.md#upsert) - upserts record(s) to the collection;
132-
8. [upsert()](collection.md#upsert) - upserts record(s) to the collection;
133-
9. [update()](https://github.com/jmike/naomi/blob/master/docs/table.md#set) - updates record(s) in the collection with the supplied payload.
125+
1. [find()](https://github.com/jmike/naomi-docs/blob/master/collection.md#find) - retrieves records from the collection;
126+
2. [findOne()](https://github.com/jmike/naomi-docs/blob/master/collection.md#findOne) - retrieves a single record from the collection;
127+
3. [findStream()](https://github.com/jmike/naomi-docs/blob/master/collection.md#findStream) - retrieves records from the collection as a readable stream;
128+
4. [count()](https://github.com/jmike/naomi-docs/blob/master/collection.md#count) - counts records in the collection;
129+
5. [remove()](https://github.com/jmike/naomi-docs/blob/master/collection.md#remove) - removes records from the collection;
130+
6. [insert()](https://github.com/jmike/naomi-docs/blob/master/collection.md#insert) - inserts record(s) to the collection;
131+
7. [upsert()](https://github.com/jmike/naomi-docs/blob/master/collection.md#upsert) - upserts record(s) to the collection;
132+
8. [update()](https://github.com/jmike/naomi-docs/blob/master/collection.md#update) - updates record(s) in the collection with the supplied payload.
134133

135134
Additional collection methods may exist depending on the database connector.
136135

137136
## API Docs
138137

139-
* [Naomi singleton](https:/github.com//jmike/naomi-docs/naomi.md)
140-
* [Database](https://github.com/jmike/naomi-docs/database.md)
141-
* [Schema](https://github.com/jmike/naomi-docs/schema.md)
142-
* [Collection](https://github.com/jmike/naomi-docs/collection.md)
138+
* [Naomi singleton](https://github.com/jmike/naomi-docs/blob/master/naomi.md)
139+
* [Database](https://github.com/jmike/naomi-docs/blob/master/database.md)
140+
* [Schema](https://github.com/jmike/naomi-docs/blob/master/schema.md)
141+
* [Collection](https://github.com/jmike/naomi-docs/blob/master/collection.md)
143142

144143
## Philosophy
145144

0 commit comments

Comments
 (0)
Please sign in to comment.