From c51efda2dcf4962ce98db032cae574ecadb8f519 Mon Sep 17 00:00:00 2001 From: Fabrizio Cucci Date: Wed, 27 Apr 2016 18:14:59 +0100 Subject: [PATCH] Fix spring-boot-sample-data-neo4j description Replace "Redis" with "Neo4j". Closes gh-5812 --- spring-boot-samples/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-samples/README.adoc b/spring-boot-samples/README.adoc index d2b98ec807..ab335f407b 100644 --- a/spring-boot-samples/README.adoc +++ b/spring-boot-samples/README.adoc @@ -57,7 +57,7 @@ The following sample applications are provided: | Stores data using Spring Data MongoDB | link:spring-boot-sample-data-neo4j[spring-boot-sample-data-neo4j] -| Stores data using Spring Data Redis +| Stores data using Spring Data Neo4j | link:spring-boot-sample-data-redis[spring-boot-sample-data-redis] | Stores data using Spring Data Redis