Skip to content

Commit

Permalink
fix other broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia Thet committed Nov 27, 2023
1 parent 546d1b8 commit cf16bf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/integration-guides/export-wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

0 comments on commit cf16bf5

Please sign in to comment.