diff --git a/vercel.json b/vercel.json index 6d017dc1f3..02bc853313 100644 --- a/vercel.json +++ b/vercel.json @@ -877,6 +877,11 @@ "destination": "/networks/:path*", "permanent": true }, + { + "source": "/references/run-and-secure/staking/schedule", + "destination": "/networks/staking/schedule", + "permanent": true + }, { "source": "/node-ops/node-operation/:path*", "destination": "/networks/node-ops/node-operation/:path*", @@ -1145,6 +1150,46 @@ "source": "/overview/dive-in/fungible-tokens", "destination": "/build/guides/fungible-token", "permanent": true + }, + { + "source": "/build/guides/account-linking/guides/:path*", + "destination": "/build/guides/account-linking", + "permanent": true + }, + { + "source": "/build/guides/mobile", + "destination": "/build/guides/mobile/overview", + "permanent": true + }, + { + "source": "/build/guides/nft-marketplace", + "destination": "https://cadence-lang.org/docs/tutorial/marketplace-compose", + "permanent": true + }, + { + "source": "/networks/node-ops/node-operation", + "destination": "/networks/node-ops", + "permanent": true + }, + { + "source": "/networks/node-ops/node-operation/access-node-setup", + "destination": "/networks/node-ops/access-onchain-data/access-nodes/access-node-setup", + "permanent": true + }, + { + "source": "/networks/node-ops/node-operation/faq", + "destination": "/networks/node-ops/node-operation/faq", + "permanent": true + }, + { + "source": "/networks/node-ops/node-operation/observer-node", + "destination": "/networks/node-ops/access-onchain-data/light-nodes/observer-node", + "permanent": true + }, + { + "source": "/references/run-and-secure/staking/schedule", + "destination": "/networks/staking/schedule", + "permanent": true } ] }