From 63adcbef66a2b9bc5094993756fbeada5d5a6541 Mon Sep 17 00:00:00 2001 From: Alexandra Carrillo Date: Wed, 12 Nov 2025 12:28:20 -0800 Subject: [PATCH] Add missing redirects --- vercel.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index 9d9521dae80..bea96b6a74d 100644 --- a/vercel.json +++ b/vercel.json @@ -70,6 +70,10 @@ "source": "/sdk/introduction/supported-networks/", "destination": "/sdk/" }, + { + "source": "/sdk/tutorials/:path*/", + "destination": "/tutorials/:path*/" + }, { "source": "/wallet/how-to/use-3rd-party-integrations/", "destination": "/sdk/" @@ -311,11 +315,11 @@ "destination": "/sdk/" }, { - "source": "/wallet/concepts/sdk-connections", + "source": "/wallet/concepts/sdk-connections/", "destination": "/sdk/" }, { - "source": "/wallet/concepts/android-sdk", + "source": "/wallet/concepts/android-sdk/", "destination": "/sdk/" }, { @@ -642,6 +646,14 @@ "source": "/snaps/reference/cli/options/", "destination": "/snaps/reference/config-options/" }, + { + "source": "/snaps/tags/", + "destination": "/snaps/" + }, + { + "source": "/snaps/tags/keyring-api/", + "destination": "/snaps/features/custom-evm-accounts/" + }, { "source": "/services/get-started/", "destination": "/services/get-started/infura" @@ -722,9 +734,41 @@ "source": "/services/api/learn/pricing/", "destination": "/services/get-started/pricing/credit-cost/" }, + { + "source": "/services/reference/:path*/eth_newpendingtransactionfilter/", + "destination": "/services/reference/:path*/" + }, + { + "source": "/services/reference/ethereum/how-to/secure-a-project/project-secret/", + "destination": "/developer-tools/dashboard/how-to/secure-an-api/api-key-secret/" + }, + { + "source": "/services/reference/ipfs/how-to/:path*/", + "destination": "/services/how-to/use-ipfs/:path*/" + }, { "source": "/delegation-toolkit/:path*/", "destination": "/smart-accounts-kit/" + }, + { + "source": "/developer-tools/dashboard/how-to/", + "destination": "/developer-tools/dashboard/" + }, + { + "source": "/developer-tools/dashboard/how-to/secure-an-api/", + "destination": "/developer-tools/dashboard/how-to/secure-an-api/api-key-secret/" + }, + { + "source": "/embedded-wallets/connect-blockchain/custom-chains/", + "destination": "/embedded-wallets/connect-blockchain/other/" + }, + { + "source": "/embedded-wallets/connect-blockchain/evm/:path*/web/", + "destination": "/embedded-wallets/connect-blockchain/evm/:path*/" + }, + { + "source": "/embedded-wallets/connect-blockchain/xrpl/", + "destination": "/embedded-wallets/connect-blockchain/" } ] } \ No newline at end of file