Skip to content

Commit 3fc025f

Browse files
authored
Merge pull request #1 from josevarghese/patch-2
Changed the links that are redirecting and slight changes on a sentence
2 parents 46381b2 + fab817e commit 3fc025f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ If you're a developer wanting to contribute, read on.
55

66
## Build Instructions ##
77

8-
1. Make sure you've installed [Android Studio](https://developer.android.com/studio/index.html).
9-
1. Install npm using [Node Version Manager](https://github.com/nvm-sh/nvm)(nvm), as described in step one from the [Block Editor Quickstart guide](https://developer.wordpress.org/block-editor/tutorials/devenv/#quickstart)
8+
1. Make sure you've installed [Android Studio](https://developer.android.com/studio).
9+
1. Install npm using [Node Version Manager](https://github.com/nvm-sh/nvm)(nvm), as described in step one from the [Block Editor Quickstart guide](https://developer.wordpress.org/block-editor/getting-started/devenv/#quickstart)
1010
1. `cd WordPress-Android` to enter the working directory.
1111
1. `cp gradle.properties-example gradle.properties` to set up the sample app credentials file.
1212
1. In Android Studio, open the project from the local repository. This will auto-generate `local.properties` with the SDK location.
@@ -16,7 +16,7 @@ If you're a developer wanting to contribute, read on.
1616

1717
Notes:
1818

19-
* While loading/building the app in Android Studio ignore the prompt to update the gradle plugin version as that will probably introduce build errors. On the other hand, feel free to update if you are planning to work on ensuring the compatibility of the newer version.
19+
* While loading/building the app in Android Studio, ignore the prompt to update the Gradle plugin version, as that will probably introduce build errors. On the other hand, feel free to update if you are planning to work on ensuring the compatibility of the newer version.
2020

2121
## Build and Test ##
2222

@@ -92,7 +92,7 @@ in the `libs/` directory comes from external libraries, which might
9292
be covered by a different license compatible with the GPLv2.
9393

9494
[1]: https://play.google.com/store/apps/details?id=org.wordpress.android
95-
[3]: http://developer.android.com/sdk/installing/studio.html
95+
[3]: https://developer.android.com/studio
9696
[4]: https://make.wordpress.org/chat/
9797
[5]: https://developer.wordpress.com/apps/
9898
[6]: https://developer.wordpress.com/docs/oauth2/

0 commit comments

Comments
 (0)