File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,14 +215,14 @@ makes that really easy as well.
215
215
Spring Boot Loader provides the secret sauce that allows you to build a single jar file
216
216
that can be launched using `java -jar`. Generally you will not need to use
217
217
`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.
220
220
221
221
222
222
223
223
== Samples
224
224
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
226
226
`spring run <sample>.groovy` from samples directory.
227
227
228
228
Java samples are available in link:spring-boot-samples[spring-boot-samples] and should
You can’t perform that action at this time.
0 commit comments