From 19afae7fe6e3974b2e7afd83d3850e586b381a98 Mon Sep 17 00:00:00 2001 From: Karol Rynio Date: Mon, 25 Jan 2016 19:50:52 +0100 Subject: [PATCH] Fix typos Closes gh-5025 --- spring-boot-samples/spring-boot-sample-flyway/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-flyway/README.adoc b/spring-boot-samples/spring-boot-sample-flyway/README.adoc index 46d1e6c5f7..c491a696de 100644 --- a/spring-boot-samples/spring-boot-sample-flyway/README.adoc +++ b/spring-boot-samples/spring-boot-sample-flyway/README.adoc @@ -2,8 +2,8 @@ This sample demonstrates the flyway auto-configuration support. -You can look at `http//localhost:8080/flyway` to review the list of scripts. +You can look at `http://localhost:8080/flyway` 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`).