From 2e0881ce5bf4aba057f4dda9f4db778fbb9cc090 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Mon, 12 Aug 2013 14:12:24 -0500 Subject: [PATCH] Fix link to spring-boot-maven-plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29a730055f..815d352f46 100644 --- a/README.md +++ b/README.md @@ -465,7 +465,7 @@ Now run the following command to produce a single executable JAR file containing $ mvn package ``` -[spring-boot-maven-plugin]: https://github.com/SpringSource/spring-boot/tree/master/spring-boot-maven-plugin +[spring-boot-maven-plugin]: https://github.com/SpringSource/spring-boot/tree/master/spring-boot-tools/spring-boot-maven-plugin > **Note:** The procedure above will create a runnable JAR. You can also opt to [build a classic WAR file](/guides/gs/convert-jar-to-war/) instead.