Skip to content

Commit

Permalink
Fix broken link to checkstyle issue img (#9047)
Browse files Browse the repository at this point in the history
- Replaced broken link to checkstyle-issue.png with a link to docassets
  • Loading branch information
Januson authored Apr 5, 2023
1 parent 7cb5068 commit 35fca05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Before contributing new code it is recommended you install IntelliJ [CheckStyle-

IntelliJ will mark in red the issues Checkstyle finds. For example:

![](https://github.com/micronaut-projects/micronaut-core/raw/master/src/main/docs/resources/img/checkstyle-issue.png)
![checkstyle-issue](https://docs.micronaut.io/docsassets/img/checkstyle-issue.png)

In this case, to fix the issues, we need to:

Expand Down

0 comments on commit 35fca05

Please sign in to comment.