From 56883146d81054e78a3133e8be46e16473478a76 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 3 Feb 2017 08:02:16 +0100 Subject: [PATCH] Fix typo --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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