From b265773f498d90fa545abfd69ec7509bd1f77c61 Mon Sep 17 00:00:00 2001 From: Lee N Dobryden Date: Fri, 14 Jun 2019 12:01:09 -0400 Subject: [PATCH] Fix start.spring.io example configuration link See gh-928 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 44935431..bcded90c 100644 --- a/README.adoc +++ b/README.adoc @@ -17,7 +17,7 @@ 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/src/main/resources/application.yml[configuration of our instance] +{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