Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 7505869

Browse files
author
albicodes
authored
fix: redirects for withdrawal (#858)
1 parent ed4abd6 commit 7505869

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/.vuepress/sidebar/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const enSidebar = sidebar({
101101
link: "/build/tutorials/tooling-guides/wallet-connect.md"
102102
},
103103
{
104-
text: "wagmi",
104+
text: "Wagmi",
105105
link: "/build/tutorials/tooling-guides/wagmi.md",
106106
},
107107
{

firebase.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,11 @@
338338
"destination": "/build/support/withdrawal-delay.html",
339339
"type": "302"
340340
},
341+
{
342+
"source": "/docs/reference/troubleshooting/withdrawal-delay.html#withdrawal-delay",
343+
"destination": "/build/support/withdrawal-delay.html#withdrawal-delay",
344+
"type": "302"
345+
},
341346
{
342347
"source": "/docs/dev/troubleshooting/audit-bug-bounty.html",
343348
"destination": "/build/support/audit-bug-bounty.html",
@@ -1543,6 +1548,11 @@
15431548
"destination": "/build/support/withdrawal-delay.html",
15441549
"type": "302"
15451550
},
1551+
{
1552+
"source": "/docs/reference/troubleshooting/withdrawal-delay.html#withdrawal-delay",
1553+
"destination": "/build/support/withdrawal-delay.html#withdrawal-delay",
1554+
"type": "302"
1555+
},
15461556
{
15471557
"source": "/docs/dev/troubleshooting/withdrawal-delay.html#withdrawal-delay",
15481558
"destination": "/build/support/withdrawal-delay.html",

0 commit comments

Comments
 (0)