Skip to content

Commit

Permalink
Merge pull request #21 from swan-io/140/onboarding-feedback
Browse files Browse the repository at this point in the history
Fix broken link path
  • Loading branch information
clywyk authored Nov 8, 2023
2 parents c7b8391 + e52e100 commit c213c8f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .sidebar-draft.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
link: { type: "doc", id: "topics/onboarding/about" },
collapsed: true,
items: [
"topics/onboarding/overview/guide-retrieve-onboarding-id",
"topics/onboarding/overview/guide-get-onboarding-info",
"topics/onboarding/overview/guide-monitor-onboarding",
"topics/onboarding/overview/guide-finalize-onboarding",
],
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/onboarding/company/guide-update-onboarding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import UpdateOnboardingPrereqs from '../partials/_prereqs-update.mdx';

To test updating a company onboarding, **change the language**.

1. First, [retrieve the ID](../overview/guide-retrieve-onboarding-id) for the onboarding you need to update.
1. First, [retrieve the ID](../overview/guide-get-onboarding-info) for the onboarding you need to update.
1. Add the `updateCompanyOnboarding` mutation.
1. Enter the onboarding ID retrieved in step 1.
1. Check the box for `language`, then enter the language code of your choosing (example: `fr` or `es`).
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/onboarding/documents/guide-retrieve-info.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This guide uses the onboarding ID.
If the onboarding is `Finalized`, use the `accountHolder` query with the account holder ID instead.
:::

1. First, [retrieve the required onboarding ID](../overview/guide-retrieve-onboarding-id.mdx).
1. First, [retrieve the required onboarding ID](../overview/guide-get-onboarding-info.mdx).
1. Add the `onboarding` query.
1. Enter the onboarding ID retrieved in step 1.
1. Choose to query either collection (line 3) or document (line 5) information, or keep both.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import UpdateOnboardingPrereqs from '../partials/_prereqs-update.mdx';

To test updating an individual onboarding, **add an account name**.

1. First, [retrieve the ID](../overview/guide-retrieve-onboarding-id) for the onboarding you need to update.
1. First, [retrieve the ID](../overview/guide-get-onboarding-info) for the onboarding you need to update.
1. Add the `updateIndividualOnboarding` mutation.
1. Enter the onboarding ID retrieved in step 1.
1. Check the box for `accountName`, then add an account name (example: MyBrand).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you need to update an onboarding before finalizing it, follow the guides for

Finalize an onboarding using the API.

1. First, [retrieve the ID](../overview/guide-retrieve-onboarding-id) for the onboarding you're finalizing.
1. First, [retrieve the ID](../overview/guide-get-onboarding-info) for the onboarding you're finalizing.
1. Add the `finalizeOnboarding` mutation.
1. Enter the onboarding ID retrieved in step 1.
1. Add optional messages to the success payload, either for validation or in case of rejection.
Expand Down

0 comments on commit c213c8f

Please sign in to comment.