From a25d4ef81458d7b0a1a05cc87bb9195b89404efb Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 3 Mar 2021 09:20:04 +0100 Subject: [PATCH] Fix images locations --- README.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index a484d74..f02e9b4 100644 --- a/README.adoc +++ b/README.adoc @@ -2,9 +2,10 @@ :icons: font :source-highlighter: prettify :project_id: tut-spring-boot-kotlin +:images: https://raw.githubusercontent.com/spring-guides/tut-spring-boot-kotlin/master/images :tabsize: 2 -This tutorial shows you how to build efficiently a sample blog application by combining the power of https://projects.spring.io/spring-boot/[Spring Boot] and https://kotlinlang.org/[Kotlin]. +This tutorial shows you how to build efficiently a sample blog application by combining the power of https://spring.io/projects/spring-boot/[Spring Boot] and https://kotlinlang.org/[Kotlin]. If you are starting with Kotlin, you can learn the language by reading the https://kotlinlang.org/docs/reference/[reference documentation], following the online https://play.kotlinlang.org/[Kotlin Koans tutorial] or just using https://docs.spring.io/spring/docs/current/spring-framework-reference/[Spring Framework reference documentation] which now provides code samples in Kotlin. @@ -31,7 +32,7 @@ Notice that you can use https://start.spring.io/#!language=kotlin&type=gradle-pr - Spring Boot DevTools . Click "Generate Project". -image::./images/initializr.png[] +image::{images}/initializr.png[] The .zip file contains a standard project in the root directory, so you might want to create an empty directory before you unpack it.