From 0359cb084ad1a16f3d55bd20e1ab128880b61796 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 5 Aug 2013 09:28:28 +0100 Subject: [PATCH] Fix up some links in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f45d40a376..98d26ecbc9 100644 --- a/README.md +++ b/README.md @@ -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 that can be launched using `java -jar`. Generally you will not need to use `spring-boot-loader` directly but instead work with the -[Gradle](spring-boot-gradle-plugin/README.md) or -[Maven](spring-boot-maven-plugin/README.md) plugin. +[Gradle](spring-boot-tools/spring-boot-gradle-plugin/README.md) or +[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 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 .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/.jar`. The following java samples are provided: