Skip to content

Commit 633cd60

Browse files
fix links
1 parent 7835e86 commit 633cd60

20 files changed

Lines changed: 37 additions & 42 deletions

adaptors/collections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ fetch all keys which relate to Mr Benn in 2024).
6060
The Collections API gives you four functions to read, write and remove data from
6161
a collection.
6262

63-
- Use [`collections.get()`](adaptors/packages/collections-docs#collections_get)
63+
- Use [`collections.get()`](/adaptors/packages/collections-docs#collections_get)
6464
to fetch a single value, or batch-download a range of values.
6565
- Use
66-
[`collections.each()`](adaptors/packages/collections-docs#collections_each) to
66+
[`collections.each()`](/adaptors/packages/collections-docs#collections_each) to
6767
efficiently iterate over a range of items in a collection. Recommended for
6868
large data sets.
69-
- Use [`collections.set()`](adaptors/packages/collections-docs#collections_set)
69+
- Use [`collections.set()`](/adaptors/packages/collections-docs#collections_set)
7070
to upload one or more values to a collection. `set()` is always an "upsert":
7171
if a key already exists, it's value will be replaced by the new value
7272
- Use
73-
[`collections.remove()`](adaptors/packages/collections-docs#collections_remove)
73+
[`collections.remove()`](/adaptors/packages/collections-docs#collections_remove)
7474
to remove one or more values.
7575

7676
Detailed usage examples are provided below.

adaptors/dynamics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: Dynamics Adaptor
1616

1717
See [Microsoft docs](https://learn.microsoft.com/en-us/azure/active-directory/) for the latest on supported authentication methods. When integrating with Dynamics via OpenFn, **Access Token** is supported. See this adaptor's [Configuration docs](/adaptors/packages/dynamics-configuration-schema) for more on the required authentication parameters.
1818

19-
See platform docs on [managing credentials](documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
19+
See platform docs on [managing credentials](/documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
2020

2121
```
2222
{

adaptors/googlehealthcare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The [Google Cloud Healthcare API](https://cloud.google.com/healthcare-api) is a
1717
1. See [Google Cloud Healthcare API docs](https://cloud.google.com/healthcare-api/docs/authentication#:~:text=You%20can%20authenticate%20to%20the,CLI%20credentials%20and%20ADC%20credentials.) for the latest on supported authentication methods.
1818
2. When integrating with Google Cloud Healthcare via OpenFn, there is one primary authentication method that is supported: **Access Token**. See this adaptor's [Configuration docs](/adaptors/packages/googlehealthcare-configuration-schema) for more on the required authentication parameters.
1919

20-
See platform docs on [managing credentials](documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
20+
See platform docs on [managing credentials](/documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
2121

2222
```
2323
{

adaptors/hubtel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Hubtel supports two primary integration options with OpenFn:
1919
2. When integrating with Hubtel via OpenFn, authentication via **API Key** is supported.
2020
3. See this adaptor's [Configuration docs](/adaptors/packages/hubtel-configuration-schema) for more on the required authentication parameters.
2121

22-
See platform docs on [managing credentials](documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
22+
See platform docs on [managing credentials](/documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
2323

2424
```
2525
{

adaptors/mailchimp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Mailchimp supports two primary integration options:
1818

1919
When integrating with Mailchimp via OpenFn, authentication via **API Key** is supported ([see MC docs](https://mailchimp.com/developer/marketing/docs/fundamentals/#connecting-to-the-api). See this adaptor's [Configuration docs](/adaptors/packages/mailchimp-configuration-schema) for more on the required authentication parameters.
2020

21-
See platform docs on [managing credentials](documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
21+
See platform docs on [managing credentials](/documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
2222

2323
```
2424
{

adaptors/ocl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This option is suited for scheduled synchronization or workflows requiring regul
1818
## Authentication
1919
When integrating with OCL via OpenFn, you must provide a username and password to generate an authorization token ([see OCL docs](https://docs.openconceptlab.org/en/latest/oclapi/overview.html#authentication-and-authorization)). See this adaptor's [Configuration docs](/adaptors/packages/ocl-configuration-schema) for more on the required authentication parameters.
2020

21-
See platform docs on [managing credentials](documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
21+
See platform docs on [managing credentials](/documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
2222

2323
```
2424
{

adaptors/odoo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Odoo supports two primary integration options with OpenFn:
2121
2. When integrating with Odoo via OpenFn, authentication via **User Credentials** is supported.
2222
3. See this adaptor's [Configuration docs](/adaptors/packages/odoo-configuration-schema) for more on the required authentication parameters.
2323

24-
See platform docs on [managing credentials](documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
24+
See platform docs on [managing credentials](/documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
2525

2626
```
2727
{

adaptors/openmrs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When integrating with OpenMRS via OpenFn, **Basic Authentication** is supported.
2929
The `instanceUrl`, `username` an `password` properties are all required to
3030
access your OpenMRS instance.
3131

32-
See [Managing Credentials](documentation/manage-projects/manage-credentials) to
32+
See [Managing Credentials](/documentation/manage-projects/manage-credentials) to
3333
configure a credential in OpenFn.
3434

3535
If working locally or if using a Raw JSON credential type, then your

adaptors/sftp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Using this adaptor, you can read and write files (e.g., `csv`, `xls`, `json` fil
1616

1717
When integrating with a SFTP server via OpenFn, you can provide a `username` and `password` for an authorized user to authenticate. See this adaptor's [Configuration docs](/adaptors/packages/sftp-configuration-schema) for more on the required authentication parameters.
1818

19-
See platform docs on [managing credentials](documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
19+
See platform docs on [managing credentials](/documentation/manage-projects/manage-credentials) for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
2020

2121
```
2222
{

docs/jobs/job-writing-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ In a cron workflow, OpenFn will pass the previous state into the next state - so
925925
state persists across runs. We can take advantage of that to pick up where we
926926
left off.
927927

928-
You can use the [`cursor()`](adaptors/packages/common-docs#cursor) operation,
928+
You can use the [`cursor()`](/adaptors/packages/common-docs#cursor) operation,
929929
which is built-in to most adaptors, to make cursor management easier.
930930

931931
<details>

0 commit comments

Comments
 (0)