Skip to content

Commit ed5bfc7

Browse files
committed
fix broken links
1 parent 4b54a57 commit ed5bfc7

File tree

4 files changed

+31
-34
lines changed

4 files changed

+31
-34
lines changed

src/common/sdk/sfa/_instantiating_provider.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ in-depth about providers, have a look at the [Providers reference](/docs/sdk/web
1414

1515
:::
1616

17-
You can choose between the following providers based on your usecase.
18-
19-
- [EIP1193 Private Key Provider for EVM Compatible Chains](/docs/sdk/pnp/web/providers/evm)
20-
- [Solana Private Key Provider for Solana Blockchain](/docs/sdk/pnp/web/providers/solana)
21-
- [XRPL Private Key Provider for XRPL Blockchain](/docs/sdk/pnp/web/providers/xrpl)
22-
- [Common Private Key Provider for Connecting to any Blockchain](/docs/sdk/pnp/web/providers/common)
23-
2417
<Tabs
2518
defaultValue="eth"
2619
values={[

src/components/SDKReferenceCards/index.tsx

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export const pnpweb = (
5454
<a href={`${baseUrl}quick-start?product=PNP&sdk=PNP_MODAL&framework=REACT&stepIndex=0`}>
5555
Quick Start{chevron}
5656
</a>
57-
<a href={`${baseUrl}sdk/pnp/web/react`}>SDK Reference{chevron}</a>
58-
<a href={`${baseUrl}examples?product=Plug+and+Play&sdk=Plug+and+Play+Web+Modal+SDK`}>
57+
<a href={`${baseUrl}sdk/web/react`}>SDK Reference{chevron}</a>
58+
<a href={`${baseUrl}examples?product=plug+and+play&platform=web&blockchain=`}>
5959
Examples{chevron}
6060
</a>
6161
</div>
@@ -82,11 +82,11 @@ export const pnpweb = (
8282
<div className={styles.cardContentText}>
8383
<h3 className={styles.title}>Vue SDK</h3>
8484
<div className={styles.links}>
85-
<a href={`${baseUrl}quick-start?product=PNP&sdk=PNP_MODAL&framework=VUE&stepIndex=0`}>
85+
<a href={`${baseUrl}quick-start?product=PNP&sdk=PNP_MODAL&framework=REACT&stepIndex=0`}>
8686
Quick Start{chevron}
8787
</a>
88-
<a href={`${baseUrl}sdk/pnp/web/vue`}>SDK Reference{chevron}</a>
89-
<a href={`${baseUrl}examples?product=Plug+and+Play&sdk=Plug+and+Play+Web+Modal+SDK`}>
88+
<a href={`${baseUrl}sdk/web/vue`}>SDK Reference{chevron}</a>
89+
<a href={`${baseUrl}examples?product=plug+and+play&platform=web&blockchain=`}>
9090
Examples{chevron}
9191
</a>
9292
</div>
@@ -112,8 +112,8 @@ export const pnpweb = (
112112
<a href={`${baseUrl}quick-start?product=PNP&sdk=PNP_MODAL&framework=VUE&stepIndex=0`}>
113113
Quick Start{chevron}
114114
</a>
115-
<a href={`${baseUrl}sdk/pnp/web/vue`}>SDK Reference{chevron}</a>
116-
<a href={`${baseUrl}examples?product=Plug+and+Play&sdk=Plug+and+Play+Web+Modal+SDK`}>
115+
<a href={`${baseUrl}sdk/web/js`}>SDK Reference{chevron}</a>
116+
<a href={`${baseUrl}examples?product=plug+and+play&platform=web&blockchain=`}>
117117
Examples{chevron}
118118
</a>
119119
</div>
@@ -154,12 +154,12 @@ export const pnpmobile = (
154154
<h3 className={styles.title}>Android SDK</h3>
155155
<div className={styles.links}>
156156
<a
157-
href={`${baseUrl}quick-start?product=PNP&sdk=PNP_ANDROID&framework=ANDROID&stepIndex=0`}
157+
href={`${baseUrl}quick-start?framework=ANDROID&product=PNP&sdk=PNP_REACT_NATIVE&stepIndex=0`}
158158
>
159159
Quick Start{chevron}
160160
</a>
161-
<a href={`${baseUrl}sdk/pnp/android`}>SDK Reference{chevron}</a>
162-
<a href={`${baseUrl}examples?product=Plug+and+Play&sdk=Plug+and+Play+Android+SDK`}>
161+
<a href={`${baseUrl}sdk/mobile/pnp/android`}>SDK Reference{chevron}</a>
162+
<a href={`${baseUrl}examples?product=plug+and+play&platform=android&blockchain=`}>
163163
Examples{chevron}
164164
</a>
165165
</div>
@@ -184,11 +184,13 @@ export const pnpmobile = (
184184
<div className={styles.cardContentText}>
185185
<h3 className={styles.title}>iOS SDK</h3>
186186
<div className={styles.links}>
187-
<a href={`${baseUrl}quick-start?product=PNP&sdk=PNP_IOS&framework=IOS&stepIndex=0`}>
187+
<a
188+
href={`${baseUrl}quick-start?framework=IOS&product=PNP&sdk=PNP_REACT_NATIVE&stepIndex=0`}
189+
>
188190
Quick Start{chevron}
189191
</a>
190-
<a href={`${baseUrl}sdk/pnp/ios`}>SDK Reference{chevron}</a>
191-
<a href={`${baseUrl}examples?product=Plug+and+Play&sdk=Plug+and+Play+iOS+SDK`}>
192+
<a href={`${baseUrl}sdk/mobile/pnp/ios`}>SDK Reference{chevron}</a>
193+
<a href={`${baseUrl}examples?product=plug+and+play&platform=ios&blockchain=`}>
192194
Examples{chevron}
193195
</a>
194196
</div>
@@ -211,11 +213,13 @@ export const pnpmobile = (
211213
<div className={styles.cardContentText}>
212214
<h3 className={styles.title}>Flutter SDK</h3>
213215
<div className={styles.links}>
214-
<a href={`${baseUrl}quick-start?product=PNP&sdk=PNP_FLUTTER&framework=IOS&stepIndex=0`}>
216+
<a
217+
href={`${baseUrl}quick-start?framework=FLUTTER&product=PNP&sdk=PNP_REACT_NATIVE&stepIndex=0`}
218+
>
215219
Quick Start{chevron}
216220
</a>
217-
<a href={`${baseUrl}sdk/pnp/flutter`}>SDK Reference{chevron}</a>
218-
<a href={`${baseUrl}examples?product=Plug+and+Play&sdk=Plug+and+Play+Flutter+SDK`}>
221+
<a href={`${baseUrl}sdk/mobile/pnp/flutter`}>SDK Reference{chevron}</a>
222+
<a href={`${baseUrl}examples?product=plug+and+play&platform=flutter&blockchain=`}>
219223
Examples{chevron}
220224
</a>
221225
</div>
@@ -239,12 +243,12 @@ export const pnpmobile = (
239243
<h3 className={styles.title}>React Native SDK</h3>
240244
<div className={styles.links}>
241245
<a
242-
href={`${baseUrl}quick-start?product=PNP&sdk=PNP_REACT_NATIVE&framework=IOS&stepIndex=0`}
246+
href={`${baseUrl}quick-start?framework=REACT_NATIVE&product=PNP&sdk=PNP_REACT_NATIVE&stepIndex=0`}
243247
>
244248
Quick Start{chevron}
245249
</a>
246-
<a href={`${baseUrl}sdk/pnp/react-native`}>SDK Reference{chevron}</a>
247-
<a href={`${baseUrl}examples?product=Plug+and+Play&sdk=Plug+and+Play+React+Native+SDK`}>
250+
<a href={`${baseUrl}sdk/mobile/pnp/react-native`}>SDK Reference{chevron}</a>
251+
<a href={`${baseUrl}examples?product=plug+and+play&platform=react+native&blockchain=`}>
248252
Examples{chevron}
249253
</a>
250254
</div>
@@ -290,11 +294,11 @@ export const pnpgaming = (
290294
<div className={styles.cardContentText}>
291295
<h3 className={styles.title}>Unity SDK</h3>
292296
<div className={styles.links}>
293-
<a href={`${baseUrl}quick-start?product=PNP&sdk=PNP_UNITY&framework=IOS&stepIndex=0`}>
297+
{/* <a href={`${baseUrl}quick-start?product=PNP&sdk=PNP_UNITY&framework=IOS&stepIndex=0`}>
294298
Quick Start{chevron}
295-
</a>
296-
<a href={`${baseUrl}sdk/pnp/unity`}>SDK Reference{chevron}</a>
297-
<a href={`${baseUrl}examples?product=Plug+and+Play&sdk=Plug+and+Play+Unity+SDK`}>
299+
</a> */}
300+
<a href={`${baseUrl}sdk/gaming/unity`}>SDK Reference{chevron}</a>
301+
<a href={`${baseUrl}examples?product=plug+and+play&platform=unity&blockchain=`}>
298302
Examples{chevron}
299303
</a>
300304
</div>
@@ -320,8 +324,8 @@ export const pnpgaming = (
320324
</div>
321325
<div className={styles.links}>
322326
{/* <a href={`${baseUrl}examples?product=Plug+and+Play&sdk=Plug+and+Play+Unreal+SDK`}>Quick Start{chevron}</a> */}
323-
<a href={`${baseUrl}sdk/pnp/unreal`}>SDK Reference{chevron}</a>
324-
<a href={`${baseUrl}examples?product=Plug+and+Play&sdk=Plug+and+Play+Unreal+SDK`}>
327+
<a href={`${baseUrl}sdk/gaming/unreal`}>SDK Reference{chevron}</a>
328+
<a href={`${baseUrl}examples?product=plug+and+play&platform=unreal+engine&blockchain=`}>
325329
Examples{chevron}
326330
</a>
327331
</div>

src/pages/guides/erc20-paymaster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you are looking to use sponsored paymaster, you can refer to the
4242
[instructions on setting up the Web3Auth Dashboard](/docs/dashboard).
4343
- Web3Auth PnP Web SDK: This guide assumes that you already know how to integrate the PnP Web SDK in
4444
your project. If not, you can learn how to
45-
[integrate Web3Auth in your Web app](/docs/sdk/pnp/web/).
45+
[integrate Web3Auth in your Web app](/docs/sdk/web/react/).
4646

4747
## Integrate AccountAbstractionProvider
4848

src/pages/guides/sending-gasless-transaction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For those who want to skip straight to the code, you can find it on
4343
[instructions on setting up the Web3Auth Dashboard](/docs/dashboard).
4444
- Web3Auth PnP Web SDK: This guide assumes that you already know how to integrate the PnP Web SDK in
4545
your project. If not, you can learn how to
46-
[integrate Web3Auth in your Web app](/docs/sdk/pnp/web/).
46+
[integrate Web3Auth in your Web app](/docs/sdk/web/react/).
4747

4848
## Integrate AccountAbstractionProvider
4949

0 commit comments

Comments
 (0)