Skip to content

Commit 03a19a5

Browse files
authored
Link fix
1 parent 46381b2 commit 03a19a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/coding-style.md

+2-2
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)