From acdd475373e4321a7b16c7de487445f787f1160f Mon Sep 17 00:00:00 2001 From: Lachezar Balev Date: Sat, 16 Sep 2017 08:17:29 +0300 Subject: [PATCH] Fix a dead link See gh-10314 --- spring-boot-starters/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-starters/README.adoc b/spring-boot-starters/README.adoc index 1c56ecc5f6..b3f3377903 100644 --- a/spring-boot-starters/README.adoc +++ b/spring-boot-starters/README.adoc @@ -8,14 +8,14 @@ JPA for database access just include the `spring-boot-starter-data-jpa` dependen your project, and you are good to go. For complete details see the -http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-starter-poms[reference documentation] +http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-starter[reference documentation] == Community Contributions If you create a starter for a technology that is not already in the standard list we can list it here. Just send a pull request for this page. WARNING: While the -http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-starter-poms[reference documentation] +http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-starter[reference documentation] mentions that 3rd party starters should not start with `spring-boot`, some starters do as they were designed before this was clarified.