Fix link to spring-boot-maven-plugin

This commit is contained in:
Greg Turnquist
2013-08-12 14:12:24 -05:00
parent b9e2f3599b
commit 2e0881ce5b
+1 -1
View File
@@ -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.