Skip to content

Commit 3205649

Browse files
committed
Fix reference to Spring Initializr doc
Closes gh-13906
1 parent 5317a0c commit 3205649

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

spring-boot-docs/src/main/asciidoc/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ that use Spring Boot. If you're looking to solve a specific problem; check there
462462
You can shortcut the steps below by going to https://start.spring.io and choosing the
463463
`web` starter from the dependencies searcher. This will automatically generate a new
464464
project structure so that you can <<getting-started-first-application-code,start coding
465-
right away>>. Check the https://github.com/spring-io/initializr[documentation for
466-
more details].
465+
right away>>. Check the {spring-initializr-reference}/#user-guide[documentation for more
466+
details].
467467
====
468468

469469
Before we begin, open a terminal to check that you have valid versions of Java and Maven

spring-boot-docs/src/main/asciidoc/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
3535
:dependency-management-plugin: https://github.com/spring-gradle-plugins/dependency-management-plugin
3636
:dependency-management-plugin-documentation: {dependency-management-plugin}/blob/master/README.md
3737
:spring-boot-maven-plugin-site: http://docs.spring.io/spring-boot/docs/{spring-boot-docs-version}/maven-plugin
38+
:spring-initializr-reference: https://docs.spring.io/initializr/docs/current/reference/htmlsingle
3839
:spring-reference: http://docs.spring.io/spring/docs/{spring-docs-version}/spring-framework-reference/htmlsingle
3940
:spring-security-reference: http://docs.spring.io/spring-security/site/docs/{spring-security-docs-version}/reference/htmlsingle
4041
:spring-security-oauth2-reference: http://projects.spring.io/spring-security-oauth/docs/oauth2.html

0 commit comments

Comments
 (0)