Skip to content

Commit 3ca6651

Browse files
fix typo
1 parent 29a705a commit 3ca6651

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ Template for basic maven project with CI SonarCloud, QL and CD to automatically
1010

1111
## Use template
1212

13-
To use this template, you just have to click on "Use this template" on the main page of this repository, or you can copy/paste this repository.
13+
To use this template, you just have to click on "Use this template" on the main page of this repository, or you can copy/paste it.
1414

1515
## Template configuration :
1616

1717
- [ ] **Fix pom.xml**
1818
- *To guide you, a FIXME tag has been added to all lines to be edited.*
1919
- [ ] **Config SonarCloud**
20-
- To config SonarCloud to your project you need to go on https://sonacloud.io
21-
- Replace the file at /.github/workflows/sonar.yml with your own yaml file at https://sonacloud.io and if your Java project is not on Java 11, edit this yaml file.
20+
- To configure SonarCloud to your project you need to go on https://sonacloud.io
21+
- Replace the file at [/.github/workflows/sonar.yml](.github/workflows/sonar.yml) with your own yaml file at https://sonacloud.io and if your Java project is not on Java 11, edit this yaml file.
2222

2323

2424
## Badges

0 commit comments

Comments
 (0)