Skip to content

Commit e30e47c

Browse files
authored
Merge pull request #20959 from josevarghese/trunk
Changed the links that are redirecting in the .md files and slight modification for a sentence
2 parents 80956df + 19d5f8d commit e30e47c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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/

docs/coding-style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Coding Style
22

3-
Our code style guidelines are based on the [Android Code Style Guidelines for Contributors](https://source.android.com/source/code-style.html). We only changed a few rules:
3+
Our code style guidelines are based on the [Android Code Style Guidelines for Contributors](https://source.android.com/docs/setup/contribute/code-style). We only changed a few rules:
44

55
* Line length is 120 characters
66
* FIXME must not be committed in the repository use TODO instead. FIXME can be used in your own local repository only.
77

8-
On top of the Android linter rules (best run for this project using `./gradlew lintWordPressVanillaRelease`), we use two linters: [Checkstyle](http://checkstyle.sourceforge.net/) (for Java and some language-independent custom project rules), and [detekt](https://detekt.github.io/detekt/) (for Kotlin).
8+
On top of the Android linter rules (best run for this project using `./gradlew lintWordPressVanillaRelease`), we use two linters: [Checkstyle](https://checkstyle.sourceforge.io/) (for Java and some language-independent custom project rules), and [detekt](https://detekt.dev/) (for Kotlin).
99
## Checkstyle
1010

1111
You can run checkstyle via a gradle command:

0 commit comments

Comments
 (0)