Skip to content

Commit

Permalink
Add redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
besated committed Jan 22, 2025
1 parent 3f21cf8 commit eb10340
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions data/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
"permanent": true
},
{
"source": "/endpoints/cosmos/:slug*",
"destination": "/reference/cosmos/:slug*",
"source": "/endpoints/cosmos/api/:slug*",
"destination": "/reference/api/:slug*",
"permanent": true
},
{
Expand Down Expand Up @@ -458,5 +458,25 @@
"source": "/dev-ecosystem-providers/ecosystem-map",
"destination": "/providers/ecosystem-map",
"permanent": true
},
{
"source": "/introduction/overview",
"destination": "/learn",
"permanent": true
},
{
"source": "/advanced/parallelism",
"destination": "/learn/general-overview",
"permanent": true
},
{
"source": "/advanced/governance",
"destination": "/learn/general-governance",
"permanent": true
},
{
"source": "/learn/about-sei",
"destination": "/learn/general-overview",
"permanent": true
}
]

0 comments on commit eb10340

Please sign in to comment.