Skip to content

Commit ddf79ce

Browse files
Updated links to point to knew repo
1 parent f1281c3 commit ddf79ce

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

content/courses/mobile/mwa-deep-dive.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -455,18 +455,18 @@ both of these requirements should be met and the counter app installed on your
455455
Android device/emulator.
456456
457457
If you _haven't_ completed/done the
458-
[intro to solana mobile](/content/courses/mobile/intro-to-solana-mobile) you
459-
will need to:
458+
[intro to solana mobile](https://github.com/solana-developers/react-native-fake-wallet)
459+
you will need to:
460460
461461
1. Setup an
462-
[Android React Native developer environment](https://reactnative.dev/docs/set-up-your-environment)
462+
[Android React Native developer environment](https://github.com/solana-developers/react-native-fake-wallet)
463463
with a device or emulator
464464
2. Install a
465-
[Devnet Solana dApp](https://github.com/Unboxed-Software/solana-react-native-counter.git)
465+
[Devnet Solana dApp](https://github.com/solana-developers/react-native-fake-wallet)
466466
by doing the following steps in your terminal:
467467
468468
```bash
469-
git clone https://github.com/Unboxed-Software/solana-react-native-counter.git
469+
git clone https://github.com/solana-developers/react-native-fake-wallet
470470
cd solana-react-native-counter
471471
npm run install
472472
```
@@ -559,7 +559,8 @@ Next, in `android/build.gradle`, change the `minSdkVersion` to version `23`.
559559
```
560560
561561
Finally, finish the initial setup by building the app. You should get the
562-
default React Native app showing up on your device.
562+
default React Native app showing up on your
563+
device./environment-setup?os=linux&platform=android&guide=native#jdk-studio
563564
564565
```bash
565566
npm run android
@@ -1615,7 +1616,7 @@ the Challenge.
16151616
Nice work! Creating a wallet, even a "fake" version, is no small feat. If you
16161617
got stuck anywhere, make sure to go back through it until you understand what's
16171618
happening. Also, feel free to look through the lab's
1618-
[solution code on the `main` branch](https://github.com/Unboxed-Software/react-native-fake-solana-wallet).
1619+
[solution code on the `main` branch](https://github.com/solana-developers/react-native-fake-wallet).
16191620

16201621
## Challenge
16211622

@@ -1624,7 +1625,7 @@ request types: `SignMessagesRequest` and `SignTransactionsRequest`.
16241625

16251626
Try to do this without help as it's great practice, but if you get stuck, check
16261627
out the
1627-
[solution code on the `solution` branch](https://github.com/Unboxed-Software/react-native-fake-solana-wallet/tree/solution).
1628+
[solution code on the `solution` branch](https://github.com/solana-developers/react-native-fake-solana-wallet/tree/solution).
16281629

16291630
<Callout type="success" title="Completed the lab?">
16301631
Push your code to GitHub and

0 commit comments

Comments
 (0)