Skip to content

Commit 813be05

Browse files
committed
Fix links
1 parent d938d98 commit 813be05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/sdk/web/react/react.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ hooks.
114114
Solana hooks are included natively within the `@web3auth/modal` package. No additional setup is
115115
required—simply use the provided hooks to interact with Solana networks.
116116

117-
For detailed usage and examples, visit the [**Solana Hooks**](./solana-hooks) section.
117+
For detailed usage and examples, visit the [**Solana Hooks**](./react/solana-hooks) section.
118118

119119
### Ethereum Integration
120120

121121
Ethereum hooks are provided through the popular `wagmi` library, which works seamlessly with
122122
Web3Auth. This allows you to leverage a wide range of Ethereum hooks for account management,
123123
transactions, and more.
124124

125-
For implementation details and examples, refer to the [**Ethereum Hooks**](./ethereum-hooks)
125+
For implementation details and examples, refer to the [**Ethereum Hooks**](./react/ethereum-hooks)
126126
section.
127127

128128
<Tabs

docs/sdk/web/vue/vue.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ composables.
112112
Solana composables are included natively within the `@web3auth/modal` package. No additional setup
113113
is required—simply use the provided composables to interact with Solana networks.
114114

115-
For detailed usage and examples, visit the [**Solana Composables**](./solana-composables) section.
115+
For detailed usage and examples, visit the [**Solana Composables**](./vue/solana-composables) section.
116116

117117
### Ethereum Integration
118118

@@ -121,7 +121,7 @@ Web3Auth. This allows you to leverage a wide range of Ethereum composables for a
121121
transactions, and more.
122122

123123
For implementation details and examples, refer to the
124-
[**Ethereum Composables**](./ethereum-composables) section.
124+
[**Ethereum Composables**](./vue/ethereum-composables) section.
125125

126126
<Tabs
127127
defaultValue="basic-config"

0 commit comments

Comments
 (0)