From 00345e628da80be4baa7b9e13616112373f79eab Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jun 2019 18:07:56 +0200 Subject: [PATCH] Polish "Fix start.spring.io example configuration link" See gh-928 --- README.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index bcded90c..713757df 100644 --- a/README.adoc +++ b/README.adoc @@ -17,8 +17,9 @@ Finally, Initializr offers a configuration structure to define all the aspects related to the project to generate: list of dependencies, supported java and boot versions, etc. Check {service}[the companion project] that defines https://start.spring.io and, in particular, the -{service}/blob/master/start-site/src/main/resources/application.yml[configuration of our instance] -for an example. Such configuration is also described in details in the documentation. +{service}/blob/master/start-site/src/main/resources/application.yml[configuration of our +instance] for an example. Such configuration is also described in details in the +documentation. NOTE: Check the https://github.com/spring-io/initializr/milestones[milestones page] for an overview of the changes.