From 754989b5686be61b55b63fe15c6dda8dea3fcd4f Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 18 May 2020 01:13:41 -0700 Subject: [PATCH] Fix broken include with source code reference. --- .../src/docs/asciidoc/guides/caching-http-session.adoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spring-geode-docs/src/docs/asciidoc/guides/caching-http-session.adoc b/spring-geode-docs/src/docs/asciidoc/guides/caching-http-session.adoc index d4d3a17c..c2a94e0e 100644 --- a/spring-geode-docs/src/docs/asciidoc/guides/caching-http-session.adoc +++ b/spring-geode-docs/src/docs/asciidoc/guides/caching-http-session.adoc @@ -167,11 +167,12 @@ The main Spring Boot application class is not particularly interesting other tha .Spring Boot, Web Application Configuration [source,java] ---- -include::{samples-dir}/caching/http-session/src/main/example.app.cache.session.http.BootGeodeHttpSessionCachingApplication[] +include::{samples-dir}/caching/http-session/src/main/java/example/app/caching/session/http/BootGeodeHttpSessionCachingApplication.java[] ---- -See the <> on the -`@EnableClusterAware` annotation for more details. +Refer to SBDG's documentation to learn about the +link:../index.html#geode-configuration-declarative-annotations-productivity-enableclusteraware[`@EnableClusterAware`] +annotation. [[geode-samples-caching-http-session-example-classpath]] === Classpath