From fec48849794745a027616efcf78153be6696c622 Mon Sep 17 00:00:00 2001 From: Navid TehraniFar Date: Thu, 17 Aug 2023 00:14:35 -0700 Subject: [PATCH] fix links --- docs/concepts/account-linking/child-accounts.mdx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/concepts/account-linking/child-accounts.mdx b/docs/concepts/account-linking/child-accounts.mdx index 2ff5fe1c31..4394d78eb1 100644 --- a/docs/concepts/account-linking/child-accounts.mdx +++ b/docs/concepts/account-linking/child-accounts.mdx @@ -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 @@ -217,9 +216,6 @@ creating a product, but a platform upon which other developers can build. -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: @@ -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. - - -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. - - - ## Linking Accounts Linking accounts leverages this account link, otherwise known as an **AuthAccount Capability**, and encapsulates it. The