Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit e1b5723

Browse files
authored
fix: add redirect for broken link in Smart Wallet docs (#2143)
1 parent 31a4bbd commit e1b5723

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/base-docs/docs/public/serve.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
{
3434
"source": "/docs/arbitration",
3535
"destination": "/arbitration"
36+
},
37+
{
38+
"source": "/identity/smart-wallet/guides/react-native-integration",
39+
"destination": "/identity/smart-wallet/quickstart/react-native-project"
3640
}
3741
]
3842
}

0 commit comments

Comments
 (0)