Skip to content

Commit

Permalink
Fix redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
Karkunow committed Feb 9, 2024
1 parent cad5edf commit 1f25729
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const config = {
from: ['/develop/start/truffle'],
},
{
to: '/getting-started/network-endpoints',
from: ['/develop/networks', '/develop/compat/gas', `/compat/gas`],
to: '/dev-reference/network-endpoints',
from: ['/develop/networks', '/develop/compat/gas', `/compat/gas`, '/getting-started/network-endpoints'],
},
{
to: '/interact/metamask',
Expand All @@ -46,16 +46,16 @@ const config = {
from: ['/interact/aurorascan'],
},
{
to: '/evm/rpc',
from: ['/compact/rpc', '/develop/compat/rpc']
to: '/dev-reference/json-rpc',
from: ['/compact/rpc', '/develop/compat/rpc', '/evm/rpc']
},
{
to: '/evm/evm-overview',
from: ['/develop/compat/evm', '/compat/evm'],
},
{
to: '/faq',
from: ['/develop/faq'],
to: '/getting-started/faq',
from: ['/develop/faq', '/faq'],
},
{
to: '/integrate/indexers/the-graph',
Expand All @@ -66,8 +66,8 @@ const config = {
from: ['/develop/indexers/covalent'],
},
{
to: '/bridge/bridge-overview',
from: ['/learn/bridge/eth'],
to: '/bridge/introduction',
from: ['/learn/bridge/eth', '/bridge/bridge-overview'],
},
{
to: '/',
Expand Down

0 comments on commit 1f25729

Please sign in to comment.