Skip to content

Commit

Permalink
Add redirects for old CCIP v1.2 supported networks urls (#2169)
Browse files Browse the repository at this point in the history
  • Loading branch information
thedriftofwords authored Nov 1, 2024
1 parent dc5d228 commit 719351d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/features/redirects/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1870,6 +1870,16 @@
"destination": "ccip/directory/testnet",
"statuscode": 301
},
{
"source": "ccip/supported-networks/v1_2_0/mainnet",
"destination": "ccip/directory/mainnet",
"statuscode": 301
},
{
"source": "ccip/supported-networks/v1_2_0/testnet",
"destination": "ccip/directory/testnet",
"statuscode": 301
},
{
"source": "chainlink-functions/resources/playground",
"destination": "chainlink-functions/resources/simulation",
Expand Down

0 comments on commit 719351d

Please sign in to comment.