From 21c630828e17934cabe660140a51d42e7c412418 Mon Sep 17 00:00:00 2001 From: ddbullfrog Date: Wed, 16 Mar 2016 21:27:54 +1300 Subject: [PATCH] Fix typo Closes gh-5424 --- spring-boot-samples/spring-boot-sample-liquibase/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-liquibase/README.adoc b/spring-boot-samples/spring-boot-sample-liquibase/README.adoc index f3acd7274e..bf9e74fbf4 100644 --- a/spring-boot-samples/spring-boot-sample-liquibase/README.adoc +++ b/spring-boot-samples/spring-boot-sample-liquibase/README.adoc @@ -2,8 +2,8 @@ This sample demonstrates the liquibase auto-configuration support. -You can look at `http//localhost:8080/liquibase` to review the list of scripts. +You can look at `http://localhost:8080/liquibase` to review the list of scripts. -This sample also enables the H2 console (at `http//localhost:8080/h2-console`) +This sample also enables the H2 console (at `http://localhost:8080/h2-console`) so that you can review the state of the database (the default jdbc url is `jdbc:h2:mem:testdb`).