Skip to content

Commit 02faa0a

Browse files
author
Phillip Webb
committed
Merge pull request spring-projects#415 from adambro/patch-2
* patch-2: Correct link to samples.
2 parents 6c8e81f + 45cd525 commit 02faa0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-starters/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ not the plugin management) using
121121
### Samples
122122

123123
All the
124-
[Spring Boot Samples](https://github.com/spring-projects/spring-boot-samples)
124+
[Spring Boot Samples](../spring-boot-samples)
125125
come with a `pom.xml`, but they use a different parent to
126126
spring-boot-starter-parent (although that pom is one of their
127127
ancestors). Other useful places to get clean projects with a
@@ -193,7 +193,7 @@ numbers. This works for Spring Boot dependencies, but also anything
193193
else that is explicitly managed by the Spring Boot Starter parent.
194194

195195
Versionless dependency resolution is a feature of the
196-
[Spring Boot Gradle Plugin](../spring-boot-tools/spring-boot-maven-plugin/README.md),
196+
[Spring Boot Gradle Plugin](../spring-boot-tools/spring-boot-gradle-plugin/README.md),
197197
which also gives you a "run from source" feature ("gradle bootRun")
198198
and an enhanced JAR/WAR packaging feature for executable archives
199199
("gradle build").
@@ -202,7 +202,7 @@ and an enhanced JAR/WAR packaging feature for executable archives
202202

203203
Most of the samples mentioned above for Maven users are also buildable
204204
using Gradle. Only some of the
205-
[Spring Boot Samples](https://github.com/spring-projects/spring-boot-samples)
205+
[Spring Boot Samples](../spring-boot-samples)
206206
come with a `build.gradle`. The Spring Starter Project feature in STS
207207
produces a Maven project. But web application at
208208
[start.spring.io](http://start.spring.io) can generate Gradle build

0 commit comments

Comments
 (0)