From ddc69fa5de807d46898b12f1080ce029070fb768 Mon Sep 17 00:00:00 2001 From: figueroaRicardo <41128440+figueroaRicardo@users.noreply.github.com> Date: Wed, 7 Nov 2018 11:37:14 -0600 Subject: [PATCH] Fix links --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 598b626bb..08d3f8e8c 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ See the presentation here ## Running petclinic locally -Petclinic is a https://spring.io/guides/gs/spring-boot[Spring Boot] application built using https://spring.io/guides/gs/maven/[Maven]. You can build a jar file and run it from the command line: +Petclinic is a [Spring Boot](https://spring.io/guides/gs/spring-boot) application built using [Maven](https://spring.io/guides/gs/maven/). You can build a jar file and run it from the command line: ```