Skip to content

Commit

Permalink
Correct link to samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
adambro authored and Phillip Webb committed Mar 4, 2014
1 parent 6c8e81f commit 45cd525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spring-boot-starters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ not the plugin management) using
### Samples

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

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

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

0 comments on commit 45cd525

Please sign in to comment.