From e65b2725a3c121b5eafb3fbba256ec2380798803 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 30 Apr 2019 23:20:43 -0700 Subject: [PATCH] Include 'back' links. --- spring-geode-docs/src/docs/asciidoc/guides/boot-actuator.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-geode-docs/src/docs/asciidoc/guides/boot-actuator.adoc b/spring-geode-docs/src/docs/asciidoc/guides/boot-actuator.adoc index 6ac7860d..17876884 100644 --- a/spring-geode-docs/src/docs/asciidoc/guides/boot-actuator.adoc +++ b/spring-geode-docs/src/docs/asciidoc/guides/boot-actuator.adoc @@ -17,6 +17,8 @@ for your application. In the future, SBDG will provide dedicated support for ht This guide assumes you are already familiar with Spring Boot and Apache Geode (or Pivotal GemFire). +link:../index.html#geode-samples[Back] + [[geode-samples-boot-actuator-example]] == Example Application @@ -350,3 +352,5 @@ You are encouraged to read more about {spring-boot-docs}/production-ready.html[S Additonally, you can find out more about Apache Geode Statistics in the {apache-geode-docs}/managing/statistics/chapter_overview.html[User Guide]. + +link:../index.html#geode-samples[Back]