Procházet zdrojové kódy

Fix link to spring-boot-maven-plugin

Greg Turnquist před 13 roky
rodič
revize
9eabc67334
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      README.md

+ 1
- 1
README.md Zobrazit soubor

@@ -290,7 +290,7 @@ Now run the following command to produce a single executable JAR file containing
290 290
 $ mvn package
291 291
 ```
292 292
 
293
-[spring-boot-maven-plugin]: https://github.com/SpringSource/spring-boot/tree/master/spring-boot-maven-plugin
293
+[spring-boot-maven-plugin]: https://github.com/SpringSource/spring-boot/tree/master/spring-boot-tools/spring-boot-maven-plugin
294 294
 
295 295
 > **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.
296 296