Skip to content

Commit de90dba

Browse files
committed
fix npx degit clone link
1 parent 591bc0d commit de90dba

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/pages/quick-start/builder/android/stepContent/androidQuickStart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you face any problem anytime, you can always find help in the
1313
- Clone the PnP Android Quick Start Application
1414

1515
```shell npm2yarn
16-
npx degit Web3Auth/web3auth-pnp-examples/android/android-quick-start w3a-android-quick-start
16+
npx degit Web3Auth/web3auth-android-examples/android-quick-start w3a-android-quick-start
1717
```
1818

1919
- Install & Run

src/pages/quick-start/builder/flutter/stepContent/flutterQuickStart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you face any problem anytime, you can always find help in the
1313
- Clone the PnP Flutter Quick Start Application
1414

1515
```shell npm2yarn
16-
npx degit Web3Auth/web3auth-pnp-examples/flutter/flutter-quick-start flutter-quick-start
16+
npx degit Web3Auth/web3auth-flutter-examples/flutter-quick-start flutter-quick-start
1717
```
1818

1919
- Install & Run

src/pages/quick-start/builder/ios/stepContent/iOSQuickStart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you face any problem anytime, you can always find help in the
1313
- Clone the PnP Swift/iOS Quick Start Application
1414

1515
```shell npm2yarn
16-
npx degit Web3Auth/web3auth-pnp-examples/ios/ios-quick-start w3a-ios-quick-start
16+
npx degit Web3Auth/web3auth-ios-examples/ios-quick-start w3a-ios-quick-start
1717
```
1818

1919
- Install & Run

src/pages/quick-start/builder/react_native/stepContent/rnQuickStart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you face any problem anytime, you can always find help in the
1313
- Clone the PnP React Native Quick Start Application
1414

1515
```shell npm2yarn
16-
npx degit Web3Auth/web3auth-pnp-examples/tree/main/react-native/rn-bare-quick-start w3a-quick-start
16+
npx degit Web3Auth/web3auth-react-native-examples/rn-bare-quick-start w3a-quick-start
1717
```
1818

1919
- Install & Run

src/pages/quick-start/builder/web/angular/stepContent/angularQuickStart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Integrate secure and seamless Web3 authentication into your Angular app using We
77
Clone the Angular Quick Start Application
88

99
```shell
10-
npx degit Web3Auth/web3auth-pnp-examples/quick-starts/angular-quick-start w3a-quick-start
10+
npx degit Web3Auth/web3auth-examples/quick-starts/angular-quick-start w3a-quick-start
1111
```
1212

1313
:::info

src/pages/quick-start/builder/web/nextjs/stepContent/nextjsQuickStart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Integrate secure and seamless Web3 authentication into your NextJS app using Web
77
Clone the NextJS Quick Start Application
88

99
```shell
10-
npx degit Web3Auth/web3auth-pnp-examples/quick-starts/nextjs-quick-start w3a-quick-start
10+
npx degit Web3Auth/web3auth-examples/quick-starts/nextjs-quick-start w3a-quick-start
1111
```
1212

1313
:::info

src/pages/quick-start/builder/web/react/stepContent/reactQuickStart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Integrate secure and seamless Web3 authentication into your React app using Web3
77
Clone the React Quick Start Application
88

99
```shell
10-
npx degit Web3Auth/web3auth-pnp-examples/quick-starts/react-quick-start w3a-quick-start
10+
npx degit Web3Auth/web3auth-examples/quick-starts/react-quick-start w3a-quick-start
1111
```
1212

1313
:::info

src/pages/quick-start/builder/web/vue/stepContent/vueQuickStart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Integrate secure and seamless Web3 authentication into your Vue app using Web3Au
77
Clone the Vue Quick Start Application
88

99
```shell
10-
npx degit Web3Auth/web3auth-pnp-examples/quick-starts/vue-quick-start w3a-quick-start
10+
npx degit Web3Auth/web3auth-examples/quick-starts/vue-quick-start w3a-quick-start
1111
```
1212

1313
:::info

0 commit comments

Comments
 (0)