From c1f9b8819c202e4786882f0f4ff50f2559dd1007 Mon Sep 17 00:00:00 2001 From: cpengilly <29023967+cpengilly@users.noreply.github.com> Date: Wed, 12 Feb 2025 02:41:58 -0800 Subject: [PATCH] Update _redirects --- public/_redirects | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/public/_redirects b/public/_redirects index 33549a2fe..937082ce2 100644 --- a/public/_redirects +++ b/public/_redirects @@ -102,8 +102,8 @@ # Chain and Identity Documentation # ---------------------------------------------------------------------------- # Chain Resources -/tokenlist /chain/tokenlist -/addresses /chain/addresses +/tokenlist /superchain/tokenlist +/addresses /superchain/addresses /chain/networks /superchain/networks /chain/addresses /superchain/addresses /chain/tokenlist /superchain/tokenlist @@ -113,8 +113,8 @@ /chain/differences /stack/differences # Identity Documentation -/identity/optimist-profile /chain/identity/overview -/chain/identity/optimist-profile /chain/identity/overview +/identity/optimist-profile https://community.optimism.io/identity/overview +/chain/identity/optimist-profile https://community.optimism.io/identity/overview /chain/identity/* https://community.optimism.io/identity/:splat # ---------------------------------------------------------------------------- @@ -135,5 +135,6 @@ # ---------------------------------------------------------------------------- # Catch-all Rules (Keep at bottom) # ---------------------------------------------------------------------------- -# Catch any remaining /builders paths +# Catch any remaining /builders and /chain paths /builders/* /app-developers/:splat +/chain/* /superchain/:splat