Skip to content

Commit c5841c0

Browse files
authored
Merge pull request #632 from OpenFn/collections-links
Fix collections links
2 parents baff60f + 4079972 commit c5841c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/build-for-developers/cli-collections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,15 @@ Get started with the Collections API with `openfn collections --help`
3636
You'll need a Personal Access Token (PAT) to access a collection. You'll also
3737
need to ensure a collection has been created before you can read or write to
3838
it - see
39-
[Managing Collections](http://localhost:3000/documentation/build/collections#managing-collections)
39+
[Managing Collections](/documentation/build/collections#managing-collections)
4040

4141
:::info Trying to use Collections in a CLI workflow?
4242

4343
These docs explain how to use the `openfn collections` CLI command.
4444

4545
If you're running an expression or workflow through the CLI, you need to use the
4646
collections adaptor - check out the
47-
[Collections Adaptor Docs](http://localhost:3000/adaptors/collections#cli-usage)
48-
for detauls
47+
[Collections Adaptor Docs](/adaptors/collections#cli-usage) for detauls
4948

5049
:::
5150

@@ -154,7 +153,8 @@ openfn collections get my-collection \* -o /tmp/my_collection.json --pretty
154153
```
155154

156155
It's important to understand that the output works a bit differently if you're
157-
getting one specific item with a single key or getting many items with a key-pattern.
156+
getting one specific item with a single key or getting many items with a
157+
key-pattern.
158158

159159
A single key always returns its value "raw" or "verbatim", without the key
160160
attached. So for a key `item-1` which holds a JSON object as a value, then this:

0 commit comments

Comments
 (0)