diff --git a/docs/concepts/accounts.md b/docs/concepts/accounts.md index 56a005f253..154afbdf84 100644 --- a/docs/concepts/accounts.md +++ b/docs/concepts/accounts.md @@ -143,7 +143,7 @@ Anyone obtaining access to a private key can modify the account the key is assoc -For secure production keys, we suggest using key management services such as [Google key management](https://cloud.google.com/security-key-management) or [Amazon KMS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Encryption.Keys.html), which are also supported by our CLI and SDKs. Those services are mostly great when integrated into your application. However, for personal use, you can securely use any [existing wallets](../tools/wallets.md) as well as a [hardware Ledger wallet](../tools/wallets.md). +For secure production keys, we suggest using key management services such as [Google key management](https://cloud.google.com/security-key-management) or [Amazon KMS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Encryption.Keys.html), which are also supported by our CLI and SDKs. Those services are mostly great when integrated into your application. However, for personal use, you can securely use any [existing wallets](../overview/getting-started/wallets.md) as well as a [hardware Ledger wallet](../overview/getting-started/wallets.md). ## Service Accounts diff --git a/docs/tools/block-explorers.md b/docs/overview/getting-started/block-explorers.md similarity index 100% rename from docs/tools/block-explorers.md rename to docs/overview/getting-started/block-explorers.md diff --git a/docs/tools/bridges.md b/docs/overview/getting-started/bridges.md similarity index 100% rename from docs/tools/bridges.md rename to docs/overview/getting-started/bridges.md diff --git a/docs/tools/network-faucets.md b/docs/overview/getting-started/network-faucets.md similarity index 100% rename from docs/tools/network-faucets.md rename to docs/overview/getting-started/network-faucets.md diff --git a/docs/community-resources/projects.mdx b/docs/overview/getting-started/projects.mdx similarity index 100% rename from docs/community-resources/projects.mdx rename to docs/overview/getting-started/projects.mdx diff --git a/docs/tools/wallets.md b/docs/overview/getting-started/wallets.md similarity index 100% rename from docs/tools/wallets.md rename to docs/overview/getting-started/wallets.md diff --git a/vercel.json b/vercel.json index 6d86572f3d..c8e5db0876 100644 --- a/vercel.json +++ b/vercel.json @@ -994,6 +994,31 @@ "source": "/next/cadence/why", "destination": "/next/overview/about/cadence", "permanent": true + }, + { + "source": "/next/tools/wallets", + "destination": "/next/overview/getting-started/wallets", + "permanent": true + }, + { + "source": "/next/tools/bridges", + "destination": "/next/overview/getting-started/bridges", + "permanent": true + }, + { + "source": "/next/tools/network-faucets", + "destination": "/next/overview/getting-started/network-faucets", + "permanent": true + }, + { + "source": "/next/tools/block-explorers", + "destination": "/next/overview/getting-started/block-explorers", + "permanent": true + }, + { + "source": "/next/community-resources/projects", + "destination": "/next/overview/getting-started/projects", + "permanent": true } ] }