Skip to content

Commit 4212a2f

Browse files
Update AppKit Labs URL in remaining WalletKit platforms
Update https://appkit-lab.reown.com/library/ethers-siwe/ to https://appkit-lab.reown.com/appkit/?name=ethers-siwe in: - Android one-click-auth documentation - iOS one-click-auth documentation - Web one-click-auth documentation - Flutter one-click-auth documentation This completes the URL update across all WalletKit platforms. Co-Authored-By: [email protected] <[email protected]>
1 parent 453c628 commit 4212a2f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

walletkit/android/one-click-auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ WalletKit.rejectSessionAuthenticate(rejectParams,
106106

107107
## Testing One-click Auth
108108

109-
You can use [AppKit Lab](https://appkit-lab.reown.com/library/ethers-siwe/) to test and verify that your wallet supports One-click Auth properly.
109+
You can use [AppKit Lab](https://appkit-lab.reown.com/appkit/?name=ethers-siwe) to test and verify that your wallet supports One-click Auth properly.
110110

111111
<Card
112112
title="Test One-click Auth"
113-
href="https://appkit-lab.reown.com/library/ethers-siwe/"
113+
href="https://appkit-lab.reown.com/appkit/?name=ethers-siwe"
114114
/>

walletkit/flutter/one-click-auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ await _walletKit!.rejectSessionAuthenticate(
138138
139139
## Testing One-click Auth
140140
141-
You can use [AppKit Lab](https://appkit-lab.reown.com/library/ethers-siwe/) to test and verify that your wallet supports One-click Auth properly.
141+
You can use [AppKit Lab](https://appkit-lab.reown.com/appkit/?name=ethers-siwe) to test and verify that your wallet supports One-click Auth properly.
142142
143143
<Card
144144
title="Test One-click Auth"
145-
href="https://appkit-lab.reown.com/library/ethers-siwe/"
145+
href="https://appkit-lab.reown.com/appkit/?name=ethers-siwe"
146146
/>

walletkit/ios/one-click-auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ try await WalletKit.instance.rejectSession(requestId: requestId)
9494

9595
## Testing One-click Auth
9696

97-
You can use [AppKit Lab](https://appkit-lab.reown.com/library/ethers-siwe/) to test and verify that your wallet supports One-click Auth properly.
97+
You can use [AppKit Lab](https://appkit-lab.reown.com/appkit/?name=ethers-siwe) to test and verify that your wallet supports One-click Auth properly.
9898

9999
<Card
100100
title="Test One-click Auth"
101-
href="https://appkit-lab.reown.com/library/ethers-siwe/"
101+
href="https://appkit-lab.reown.com/appkit/?name=ethers-siwe"
102102
/>

walletkit/web/one-click-auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ await walletKit.rejectSessionAuthenticate({
127127

128128
## Testing One-click Auth
129129

130-
You can use [AppKit Lab](https://appkit-lab.reown.com/library/ethers-siwe/) to test and verify that your wallet supports One-click Auth properly.
130+
You can use [AppKit Lab](https://appkit-lab.reown.com/appkit/?name=ethers-siwe) to test and verify that your wallet supports One-click Auth properly.
131131

132132
<Card
133133
title="Test One-click Auth"
134-
href="https://appkit-lab.reown.com/library/ethers-siwe/"
134+
href="https://appkit-lab.reown.com/appkit/?name=ethers-siwe"
135135
/>

0 commit comments

Comments
 (0)