From c55494be576795f13c7ad5a53a0b22f76683d90f Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 8 Aug 2019 22:41:02 -0700 Subject: [PATCH] Edit Sample Guide on Inline Caching. --- spring-geode-docs/src/docs/asciidoc/guides/caching-inline.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/guides/caching-inline.adoc b/spring-geode-docs/src/docs/asciidoc/guides/caching-inline.adoc index ca85f512..5680ed3c 100644 --- a/spring-geode-docs/src/docs/asciidoc/guides/caching-inline.adoc +++ b/spring-geode-docs/src/docs/asciidoc/guides/caching-inline.adoc @@ -19,7 +19,7 @@ backed by Apache Geode as the caching provider for Inline Caching. It is assumed that the reader is familiar with the Spring _programming model_. No prior knowledge of Spring's _Cache Abstraction_ or Apache Geode is required to utilize caching in your Spring Boot applications. -Additionally, this example builds on the concepts from the link:caching-look-aside.html[Look-Aside Caching with Spring] +Additionally, this Sample builds on the concepts from the link:caching-look-aside.html[Look-Aside Caching with Spring] guide. Therefore, it would be helpful to have read that guide before proceeding through this guide. Let's begin.