Skip to content

Commit d31f46b

Browse files
authored
Merge pull request #10 from snicoll/fix-broken-link
Fix broken links
2 parents 0eca62f + 86a9e09 commit d31f46b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-boot-gradle-plugin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
The https://github.com/spring-projects/spring-boot/tree/master/spring-boot-tools/spring-boot-gradle-plugin[Spring Boot gradle plugin] provides many convenient features:
1+
The https://docs.spring.io/spring-boot/docs/current/gradle-plugin/reference/html[Spring Boot gradle plugin] provides many convenient features:
22

33
- It collects all the jars on the classpath and builds a single, runnable "über-jar", which makes it more convenient to execute and transport your service.
44
- It searches for the `public static void main()` method to flag as a runnable class.
5-
- It provides a built-in dependency resolver that sets the version number to match https://github.com/spring-projects/spring-boot/blob/master/spring-boot-dependencies/pom.xml[Spring Boot dependencies]. You can override any version you wish, but it will default to Boot's chosen set of versions.
5+
- It provides a built-in dependency resolver that sets the version number to match https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-dependencies/pom.xml[Spring Boot dependencies]. You can override any version you wish, but it will default to Boot's chosen set of versions.
66

spring-boot-maven-plugin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
The https://github.com/spring-projects/spring-boot/tree/master/spring-boot-tools/spring-boot-maven-plugin[Spring Boot Maven plugin] provides many convenient features:
1+
The https://docs.spring.io/spring-boot/docs/current/maven-plugin[Spring Boot Maven plugin] provides many convenient features:
22

33
- It collects all the jars on the classpath and builds a single, runnable "über-jar", which makes it more convenient to execute and transport your service.
44
- It searches for the `public static void main()` method to flag as a runnable class.
5-
- It provides a built-in dependency resolver that sets the version number to match https://github.com/spring-projects/spring-boot/blob/master/spring-boot-dependencies/pom.xml[Spring Boot dependencies]. You can override any version you wish, but it will default to Boot's chosen set of versions.
5+
- It provides a built-in dependency resolver that sets the version number to match https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-dependencies/pom.xml[Spring Boot dependencies]. You can override any version you wish, but it will default to Boot's chosen set of versions.
66

0 commit comments

Comments
 (0)