Skip to content

Commit 5e07449

Browse files
authored
Merge pull request #432 from pzygielo/fix_link
Fix 404
2 parents b438031 + 37152ed commit 5e07449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin-gradle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ spotless {
319319
eclipse().configFile 'spotless.eclipseformat.xml' // XML file dumped out by the Eclipse formatter
320320
// If you have Eclipse preference or property files, you can use them too.
321321
// eclipse('4.7.1') to specify a specific version of Eclipse,
322-
// available versions are: https://github.com/diffplug/spotless/tree/master/lib-extra/src/main/resources/com/diffplug/spotless/extra/config/eclipse_cdt_formatter
322+
// available versions are: https://github.com/diffplug/spotless/tree/master/lib-extra/src/main/resources/com/diffplug/spotless/extra/eclipse_cdt_formatter
323323
licenseHeader '// Licensed under Apache' // License header
324324
licenseHeaderFile './license.txt' // License header file
325325
}

plugin-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ By default, all files matching `src/main/cpp/**/*.<ext>` and `src/test/cpp/**/*.
185185
</licenseHeader>
186186
<eclipse>
187187
<file>${basedir}/eclipse-fmt.xml</file>
188-
<!-- Optional, available versions: https://github.com/diffplug/spotless/tree/master/lib-extra/src/main/resources/com/diffplug/spotless/extra/config/eclipse_cdt_formatter -->
188+
<!-- Optional, available versions: https://github.com/diffplug/spotless/tree/master/lib-extra/src/main/resources/com/diffplug/spotless/extra/eclipse_cdt_formatter -->
189189
<version>4.7.3a</version>
190190
</eclipse>
191191
</cpp>

0 commit comments

Comments
 (0)