From acdd475373e4321a7b16c7de487445f787f1160f Mon Sep 17 00:00:00 2001 From: Lachezar Balev Date: Sat, 16 Sep 2017 08:17:29 +0300 Subject: [PATCH 1/2] 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. From d93e0fee3574367992f2328d5ce3e4e725e47ac5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Sep 2017 14:00:03 +0200 Subject: [PATCH 2/2] Polish "Fix a dead link" Closes gh-10314 --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 962685ffce..6522f88976 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -343,7 +343,6 @@ you don't want to use the `spring-boot-antlib` module. -[[using-boot-starter-poms]] [[using-boot-starter]] === Starters Starters are a set of convenient dependency descriptors that you can include in your