Correct readme link to application.yml

This commit is contained in:
madorb
2016-11-10 10:17:33 -06:00
committed by Dave Syer
parent 58b708778a
commit 57dc8c0585

View File

@@ -15,7 +15,7 @@ clients to provide the necessary assistance.
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
the {code}/initializr-service/application.yml[configuration of our instance] for an example. Such
the {code}/initializr-service/src/main/resources/application.yml[configuration of our instance] for an example. Such
configuration is {wiki}/Configuration-format[also described in details on the wiki].
NOTE: We use the continuous deployment technique to manage our instance; check the