Skip to content

Commit 586f20e

Browse files
authored
fix: hardhat redirects (#294)
# Description Fix outdated hardhat redirects ## Additional context Reported in zkSync-Community-Hub/zksync-developers#845
1 parent 74ea5bf commit 586f20e

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

firebase.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,37 +143,47 @@
143143
},
144144
{
145145
"source": "/build/tooling/hardhat/getting-started.html",
146-
"destination": "/build/tooling/hardhat",
146+
"destination": "/zksync-era/tooling/hardhat",
147147
"type": 301
148148
},
149149
{
150150
"source": "/build/tooling/hardhat/getting-started",
151-
"destination": "/build/tooling/hardhat/guides/getting-started",
151+
"destination": "/zksync-era/tooling/hardhat/guides/getting-started",
152152
"type": 301
153153
},
154154
{
155155
"source": "/build/tooling/hardhat/migrating-to-zksync",
156-
"destination": "/build/tooling/hardhat/guides/migrating-to-zksync",
156+
"destination": "/zksync-era/tooling/hardhat/guides/migrating-to-zksync",
157157
"type": 301
158158
},
159159
{
160160
"source": "/build/tooling/hardhat/compiling-libraries",
161-
"destination": "/build/tooling/hardhat/guides/compiling-libraries",
161+
"destination": "/zksync-era/tooling/hardhat/guides/compiling-libraries",
162162
"type": 301
163163
},
164164
{
165165
"source": "/build/tooling/hardhat/hardhat-:plugin",
166-
"destination": "/build/tooling/hardhat/plugins/hardhat-:plugin",
166+
"destination": "/zksync-era/tooling/hardhat/plugins/hardhat-:plugin",
167167
"type": 301
168168
},
169169
{
170170
"source": "/docs/tools/hardhat/hardhat-:plugin.@(html|md)",
171-
"destination": "/build/tooling/hardhat/plugins/hardhat-:plugin",
171+
"destination": "/zksync-era/tooling/hardhat/plugins/hardhat-:plugin",
172+
"type": 301
173+
},
174+
{
175+
"source": "/build/tooling/hardhat/plugins/hardhat-:plugin",
176+
"destination": "/zksync-era/tooling/hardhat/plugins/hardhat-:plugin",
177+
"type": 301
178+
},
179+
{
180+
"source": "/build/tooling/hardhat/plugins/hardhat-:plugin.@(html|md)",
181+
"destination": "/zksync-era/tooling/hardhat/plugins/hardhat-:plugin",
172182
"type": 301
173183
},
174184
{
175185
"source": "/build/tooling/hardhat/other-plugins",
176-
"destination": "/build/tooling/hardhat/plugins/other-plugins",
186+
"destination": "/zksync-era/tooling/hardhat/plugins/other-plugins",
177187
"type": 301
178188
},
179189
{

0 commit comments

Comments
 (0)