Skip to content

Commit

Permalink
Fix broken links (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink authored Mar 7, 2024
1 parent 562415f commit 322fa02
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,11 @@
"destination": "/tools/clients/fcl-js",
"permanent": true
},
{
"source": "/tools/fcl-js/reference/:path*",
"destination": "/tools/clients/fcl-js/:path*",
"permanent": true
},
{
"source": "/tools/fcl-js/sdk-guidelines",
"destination": "/tools/clients/fcl-js/sdk-guidelines",
Expand Down Expand Up @@ -857,6 +862,11 @@
"destination": "/networks/node-ops/nodes/slashing",
"permanent": true
},
{
"source": "/build/run-and-secure/staking/schedule",
"destination": "/networks/staking/schedule",
"permanent": true
},
{
"source": "/build/run-and-secure/:path*",
"destination": "/references/run-and-secure/:path*",
Expand Down

0 comments on commit 322fa02

Please sign in to comment.