Skip to content

Commit

Permalink
Merge pull request #2126 from OffchainLabs/redirect-broken-links
Browse files Browse the repository at this point in the history
chore: redirect broken links
  • Loading branch information
pete-vielhaber authored Mar 5, 2025
2 parents 63ccb4c + d12261c commit b37f187
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
"destination": "/launch-orbit-chain/configure-your-chain/advanced-configurations/fast-withdrawals",
"permanent": false
},

{
"source": "/(launch-orbit-chain/orbit-gentle-introduction/?)",
"destination": "/launch-orbit-chain/a-gentle-introduction",
"permanent": true
},
{
"source": "/(proving/challenge-manager/?)",
"destination": "/how-arbitrum-works/interactive-fraud-proofs",
Expand Down Expand Up @@ -436,6 +440,11 @@
"destination": "/welcome/arbitrum-gentle-introduction",
"permanent": false
},
{
"source": "/(for-devs/quickstart-solidity-hardhat/?)",
"destination": "/build-decentralized-apps/quickstart-solidity-remix",
"permanent": true
},
{
"source": "/",
"destination": "/welcome/get-started",
Expand Down

0 comments on commit b37f187

Please sign in to comment.