Skip to content

Commit 1d30ccb

Browse files
authored
Merge pull request #1355 from ethereum-optimism/update_redirects
Update _redirects
2 parents e3b3f06 + c1f9b88 commit 1d30ccb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

public/_redirects

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
# Chain and Identity Documentation
103103
# ----------------------------------------------------------------------------
104104
# Chain Resources
105-
/tokenlist /chain/tokenlist
106-
/addresses /chain/addresses
105+
/tokenlist /superchain/tokenlist
106+
/addresses /superchain/addresses
107107
/chain/networks /superchain/networks
108108
/chain/addresses /superchain/addresses
109109
/chain/tokenlist /superchain/tokenlist
@@ -113,8 +113,8 @@
113113
/chain/differences /stack/differences
114114

115115
# Identity Documentation
116-
/identity/optimist-profile /chain/identity/overview
117-
/chain/identity/optimist-profile /chain/identity/overview
116+
/identity/optimist-profile https://community.optimism.io/identity/overview
117+
/chain/identity/optimist-profile https://community.optimism.io/identity/overview
118118
/chain/identity/* https://community.optimism.io/identity/:splat
119119

120120
# ----------------------------------------------------------------------------
@@ -135,5 +135,6 @@
135135
# ----------------------------------------------------------------------------
136136
# Catch-all Rules (Keep at bottom)
137137
# ----------------------------------------------------------------------------
138-
# Catch any remaining /builders paths
138+
# Catch any remaining /builders and /chain paths
139139
/builders/* /app-developers/:splat
140+
/chain/* /superchain/:splat

0 commit comments

Comments
 (0)