Avoid some redirects in docs

See gh-26129
This commit is contained in:
dreis2211
2021-04-15 10:02:54 +02:00
committed by Stephane Nicoll
parent a27f6d9f9b
commit beb7f7b02d
3 changed files with 4 additions and 5 deletions

View File

@@ -346,7 +346,7 @@ If you need to solve a specific problem, check there first.
You can shortcut the steps below by going to https://start.spring.io and choosing the "Web" starter from the dependencies searcher.
Doing so generates a new project structure so that you can <<getting-started-first-application-code,start coding right away>>.
Check the {spring-initializr-docs}/#user-guide[Spring Initializr documentation] for more details.
Check the https://github.com/spring-io/start.spring.io/blob/main/USING.adoc[start.spring.io user guide] for more details.
====
Before we begin, open a terminal and run the following commands to ensure that you have valid versions of Java and Maven installed: