Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #283 from darwinia-network/aki-redirect
Browse files Browse the repository at this point in the history
Try to redirect the old url
  • Loading branch information
Aki Wu authored Jul 6, 2022
2 parents 6a00410 + 75eb07a commit 9a556fd
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,37 @@
}
]
}
],
"redirects": [
{
"source": "/tutorials/quick-start-staking-validator",
"destination": "https://medium.com/darwinianetwork/using-darwinia-tools-3-11-darwinia-apps-guide-part-iv-how-to-become-a-validator-5f1503f8dd77",
"permanent": false
},
{
"source": "/get-started/wiki-faq",
"destination": "https://medium.com/darwinianetwork/using-darwinia-tools-3-10-darwinia-apps-guide-part-iii-frequently-asked-questions-faqs-4dddf1b46ed2",
"permanent": false
},
{
"source": "/tutorials/wiki-tut-node",
"destination": "https://medium.com/darwinianetwork/understanding-darwinia-bridge-1-7-a-hands-on-guide-on-how-to-run-a-bridger-node-ii-2e602fc40e5",
"permanent": false
},
{
"source": "/tech",
"destination": "https://medium.com/darwinianetwork/understanding-darwinia-1-9-darwinia-lcmp-a-light-client-based-cross-chain-messaging-protocol-10f8740ac2ba",
"permanent": false
},
{
"source": "/tutorials/wiki-tut-wormhole",
"destination": "https://medium.com/darwinianetwork/using-darwinia-tools-3-1-wormhole-user-guide-35de43cff9e9",
"permanent": false
},
{
"source": "/tutorials/wiki-tut-smart-app",
"destination": "https://medium.com/darwinianetwork/using-darwinia-tools-3-3-smart-app-user-guide-c029db71102e",
"permanent": false
}
]
}

0 comments on commit 9a556fd

Please sign in to comment.