From cf16bf56d5145b5e1905e5d3065e27f71b97fc6b Mon Sep 17 00:00:00 2001 From: Olivia Thet Date: Thu, 16 Nov 2023 19:22:13 -0500 Subject: [PATCH] fix other broken links --- docs/getting-started/export.md | 2 +- docs/integration-guides/export-wallets.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/export.md b/docs/getting-started/export.md index b892a5d..79d5bad 100644 --- a/docs/getting-started/export.md +++ b/docs/getting-started/export.md @@ -5,7 +5,7 @@ slug: /getting-started/export --- # Export -Exporting a [Wallet](./wallets.md) or Private Key lets a user securely view their wallet as a mnemonic. This can be helpful for backup or transfer purposes. +Exporting a [Wallet](./Wallets.md) or Private Key lets a user securely view their wallet as a mnemonic. This can be helpful for backup or transfer purposes. ## Cryptographic details diff --git a/docs/integration-guides/export-wallets.md b/docs/integration-guides/export-wallets.md index ae85e7d..e83462d 100644 --- a/docs/integration-guides/export-wallets.md +++ b/docs/integration-guides/export-wallets.md @@ -5,7 +5,7 @@ slug: /integration-guides/export-wallets --- # Export Wallet -Exporting a [Wallet](../getting-started/wallets.md) allows your users to back up or transfer a wallet by securely viewing the wallet's [mnemonic](https://learnmeabitcoin.com/technical/mnemonic). We engineered this feature to ensure that the user can export their mnemonic without needing you in the loop. +Exporting a [Wallet](../getting-started/Wallets.md) allows your users to back up or transfer a wallet by securely viewing the wallet's [mnemonic](https://learnmeabitcoin.com/technical/mnemonic). We engineered this feature to ensure that the user can export their mnemonic without needing you in the loop. ## Before you start Make sure you have created a wallet for your user. @@ -75,4 +75,4 @@ To enable as much customization of brand, theme, and copy, we've limited the onl ## Private Keys -Turnkey also supports exporting raw private keys. To implement export for private keys, follow the same [steps](#export-step-by-step) above, but instead use the `EXPORT_PRIVATE_KEY` activity and the `injectKeyExportBundle` method on the [`@turnkey/iframe-stamper`](https://www.npmjs.com/package/@turnkey/iframe-stamper). At the end of a successful private key export, the iframe displays a hexadecimal-encoded raw private key. +Turnkey also supports exporting raw private keys. To implement export for private keys, follow the same steps above, but instead use the `EXPORT_PRIVATE_KEY` activity and the `injectKeyExportBundle` method on the [`@turnkey/iframe-stamper`](https://www.npmjs.com/package/@turnkey/iframe-stamper). At the end of a successful private key export, the iframe displays a hexadecimal-encoded raw private key.