瀏覽代碼

Fix link to spring-boot-maven-plugin

Greg Turnquist 13 年之前
父節點
當前提交
9eabc67334
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -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