Skip to content

Commit 21af6a1

Browse files
committed
Fix typo in link to checkstyle config files
1 parent 8fe8afd commit 21af6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/gradleTutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ plugins {
7878
```
7979

8080
Checkstyle expects configuration files for checkstyle to be in `./config/checkstyle/` by convention.
81-
For example, you can copy the files found here to your project [this file from se-edu/addressbook-level3](https://github.com/se-edu/addressbook-level3/tree/master/config/checkstyle).
81+
For example, you can copy [these files from se-edu/addressbook-level3](https://github.com/se-edu/addressbook-level3/blob/master/config/checkstyle/) to your project.
8282

8383
The plugin adds a few _tasks_ to your project. Run `gradlew checkstyleMain checkstyleTest` to verify that you have set up Checkstyle properly (the command will check your main code and test code against the style rules).
8484

0 commit comments

Comments
 (0)