Fix up some links in README

This commit is contained in:
Dave Syer 2013-08-05 09:28:28 +01:00
parent 834b42c195
commit 0359cb084a
1 changed files with 5 additions and 5 deletions

View File

@ -158,18 +158,18 @@ _See [spring-boot-actuator/README.md](spring-boot-actuator/README.md)._
Spring Boot Loader provides the secret sauce that allows you to build a single jar file Spring Boot Loader provides the secret sauce that allows you to build a single jar file
that can be launched using `java -jar`. Generally you will not need to use that can be launched using `java -jar`. Generally you will not need to use
`spring-boot-loader` directly but instead work with the `spring-boot-loader` directly but instead work with the
[Gradle](spring-boot-gradle-plugin/README.md) or [Gradle](spring-boot-tools/spring-boot-gradle-plugin/README.md) or
[Maven](spring-boot-maven-plugin/README.md) plugin. [Maven](spring-boot-tools/spring-boot-maven-plugin/README.md) plugin.
_See [spring-boot-loader/README.md](spring-boot-loader/README.md)._ _See [spring-boot-loader/README.md](spring-boot-tools/spring-boot-loader/README.md)._
## Samples ## Samples
Groovy samples for use with the command line application are available in Groovy samples for use with the command line application are available in
[spring-boot-cli/samples](spring-boot-cli/samples/#). To run the CLI samples type [spring-boot-cli/samples](spring-boot-cli/samples). To run the CLI samples type
`spring run <sample>.groovy` from samples directory. `spring run <sample>.groovy` from samples directory.
Java samples are available in [spring-boot-samples](spring-boot-samples/#) and should Java samples are available in [spring-boot-samples](spring-boot-samples) and should
be build with maven and run use `java -jar target/<sample>.jar`. The following java be build with maven and run use `java -jar target/<sample>.jar`. The following java
samples are provided: samples are provided: