Skip to content

Commit 194a7a0

Browse files
jankovdwilkinsona
authored andcommitted
Fix broken links to Gradle and Maven tools, and CLI samples in README
Closes gh-12776
1 parent 71df9c8 commit 194a7a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,14 +215,14 @@ makes that really easy as well.
215215
Spring Boot Loader provides the secret sauce that allows you to build a single jar file
216216
that can be launched using `java -jar`. Generally you will not need to use
217217
`spring-boot-loader` directly, but instead work with the
218-
link:spring-boot-tools/spring-boot-gradle-plugin[Gradle] or
219-
link:spring-boot-tools/spring-boot-maven-plugin[Maven] plugin.
218+
link:spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin[Gradle] or
219+
link:spring-boot-project/spring-boot-tools/spring-boot-maven-plugin[Maven] plugin.
220220

221221

222222

223223
== Samples
224224
Groovy samples for use with the command line application are available in
225-
link:spring-boot-cli/samples[spring-boot-cli/samples]. To run the CLI samples type
225+
link:spring-boot-project/spring-boot-cli/samples[spring-boot-cli/samples]. To run the CLI samples type
226226
`spring run <sample>.groovy` from samples directory.
227227

228228
Java samples are available in link:spring-boot-samples[spring-boot-samples] and should

0 commit comments

Comments
 (0)