Skip to content

Commit 08e3b6d

Browse files
committed
Merge pull request #11 from phavekes/patch-1
Fix broken link in Android steps
1 parent 91802c7 commit 08e3b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ easiest way to do so is:
169169
e.g. `echo "NDK_HOME=\"$HOME/Library/Android/sdk/ndk/{ndk_version}\"" >> ~/.gradle/gradle.properties`
170170
5. Run `cargo install cargo-ndk` (>= v3.0.0) to be able to build the Rust code for Android
171171
6. Optional: let Android Studio use Flutter SDK installed via FVM by following
172-
[these steps](https://fvm.app/docs/getting_started/configuration#android-studio)
172+
[these steps](https://fvm.app/documentation/getting-started/configuration)
173173
7. Run `${HOME}/Library/Android/sdk/emulator/emulator -list-avds` to list the installed devices
174174
8. Start the emulator using `${HOME}/Library/Android/sdk/emulator/emulator [[AVDs] FROM PREVIOUS OUTPUT]``
175175

0 commit comments

Comments
 (0)