File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -137,14 +137,14 @@ A Collection must be created in the admin interface before it can be used.
137137
138138The Collections API provides four basic verbs:
139139
140- - [ ` collections.get() ` ] ( adaptors/packages/collections-docs#collections_get )
140+ - [ ` collections.get() ` ] ( / adaptors/packages/collections-docs#collections_get)
141141 downloads values matching a key or key pattern.
142- - [ ` collections.each() ` ] ( adaptors/packages/collections-docs#collections_each )
142+ - [ ` collections.each() ` ] ( / adaptors/packages/collections-docs#collections_each)
143143 efficiently iterates over a range of items in a collection.
144- - [ ` collections.set() ` ] ( adaptors/packages/collections-docs#collections_set )
144+ - [ ` collections.set() ` ] ( / adaptors/packages/collections-docs#collections_set)
145145 uploads values to a collection.
146- - [ ` collections.remove() ` ] ( adaptors/packages/collections-docs#collections_remove )
146+ - [ ` collections.remove() ` ] ( / adaptors/packages/collections-docs#collections_remove)
147147 will remove values by key or key pattern.
148148
149149The Collection API is backed by a special adaptor: see the
150- [ Collections Adaptor API] ( adaptors/collections ) for more details.
150+ [ Collections Adaptor API] ( / adaptors/collections) for more details.
You can’t perform that action at this time.
0 commit comments