Skip to content

Commit ead3998

Browse files
committed
Fix start.spring.io link
1 parent cb05581 commit ead3998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/
2121
[[scratch]]
2222
== Starting with Spring Initializr
2323

24-
If you use Maven, visit the https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.4.3.RELEASE&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=scheduling-tasks&name=scheduling-tasks&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.scheduling-tasks[Spring Initializr] to generate a new project with the required settings.
24+
If you use Maven, visit the https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.4.3&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=scheduling-tasks&name=scheduling-tasks&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.scheduling-tasks[Spring Initializr] to generate a new project with the required settings.
2525

2626
The following listing shows the `pom.xml` file that is created when you choose Maven:
2727

@@ -32,7 +32,7 @@ include::initial/pom.xml[]
3232
----
3333
====
3434

35-
If you use Gradle, visit the https://start.spring.io/#!type=gradle-project&language=java&platformVersion=2.4.3.RELEASE&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=scheduling-tasks&name=scheduling-tasks&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.scheduling-tasks[Spring Initializr] to generate a new project with the required settings.
35+
If you use Gradle, visit the https://start.spring.io/#!type=gradle-project&language=java&platformVersion=2.4.3&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=scheduling-tasks&name=scheduling-tasks&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.scheduling-tasks[Spring Initializr] to generate a new project with the required settings.
3636

3737
The following listing shows the `build.gradle` file that is created when you choose Gradle:
3838

0 commit comments

Comments
 (0)