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
@@ -236,7 +236,7 @@ If you are on a Mac and using http://brew.sh/[homebrew], install the Cloud Found
$ brew install cloudfoundry-cli
----
Alternatively, download a suitable binary for your platform from
Alternatively, download a suitable binary for your platform from
https://console.run.pivotal.io/tools[Pivotal Web Services].
You should ensure that the application name and URL (name and host values) are suitable for
@@ -261,4 +261,4 @@ Once the jar has been created, you can push the application:
== License
Spring Initializr is Open Source software released under the
http://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].
http://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].