diff --git a/README.adoc b/README.adoc index 009bd8d6..2d0ecc29 100644 --- a/README.adoc +++ b/README.adoc @@ -2,7 +2,7 @@ :boot-doc: http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle :code: https://github.com/spring-io/initializr/blob/master -:docs: http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference +:docs: http://docs.spring.io/initializr/docs/current-SNAPSHOT/reference Spring Initializr provides an extensible API to generate quickstart projects. It also provides a configurable service: you can see our default instance at @@ -167,7 +167,7 @@ deploy the service. You first need to create or update your configuration to define the necessary attributes that your instance will use. Again, check the documentation for a -{docs}/htmlsingle/#configuratio -format[description of the configuration] and +{docs}/htmlsingle/#configuration-format[description of the configuration] and {code}/initializr-service/application.yml[review our own config] for a sample. You can integrate the library in a traditional Java-based project or by writing the