Skip to content

Commit

Permalink
Fix more redirects (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Mar 7, 2024
1 parent 322fa02 commit f55b6fd
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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*",
Expand Down Expand Up @@ -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
}
]
}

0 comments on commit f55b6fd

Please sign in to comment.