Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdtf committed Aug 17, 2023
1 parent 46a2369 commit fec4884
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docs/concepts/account-linking/child-accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ out of the app controlled account.

Hybrid custody is enabled on Flow through Account Linking & Delegation. With Account Linking & Delegation, your app
establishes a parent-child relationship by allowing the app custody account (child) to opt into being accessed by the
self-custody account (parent). Read [Account Linking & Delegation](./linking-accounts.mdx) for more details on how hybrid
custody is established on Flow.
self-custody account (parent).

### Design Considerations

Expand Down Expand Up @@ -217,9 +216,6 @@ creating a product, but a platform upon which other developers can build.

</Callout>

Read [Account Linking & Delegation](./linking-accounts.mdx) for more details on how hybrid custody is established on
Flow.

#### **General Considerations**

The following questions might be helpful to ask yourself as you think through your walletless onboarding solution:
Expand Down Expand Up @@ -292,13 +288,6 @@ Note that in order to link an account, a transaction must state the `#allowAccou
transaction. This is an interim safety measure so that wallet providers can notify users they're about to sign a
transaction that may create a Capability on their AuthAccount.

<Callout type="info">

If you haven't yet, it may be helpful to checkout the [Account Model](./account-model.mdx) to get a mental model of the
objects and account relationships discussed in this doc.

</Callout>

## Linking Accounts

Linking accounts leverages this account link, otherwise known as an **AuthAccount Capability**, and encapsulates it. The
Expand Down

0 comments on commit fec4884

Please sign in to comment.