From 39db0d42ddd77d28589368775b3a82d2539dd890 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 2 May 2019 06:11:38 -0700 Subject: [PATCH] Change image links to be relative to images/. --- .../src/docs/asciidoc/guides/boot-actuator.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 87c5cbf0..0b28f2d2 100644 --- a/spring-geode-docs/src/docs/asciidoc/guides/boot-actuator.adoc +++ b/spring-geode-docs/src/docs/asciidoc/guides/boot-actuator.adoc @@ -2,7 +2,7 @@ = Spring Boot Actuator for Apache Geode & Pivotal GemFire :apache-geode-version: 16 :apache-geode-docs:https://geode.apache.org/docs/guide/{apache-geode-version} -:imagesdir: {github-url}/spring-geode-docs/src/docs/images +:images-dir: ../images :spring-boot-docs: https://docs.spring.io/spring-boot/docs/current/reference/html :spring-framework-docs: https://docs.spring.io/spring/docs/current/spring-framework-reference @@ -285,15 +285,15 @@ To navigate to the client applications Actuator Health endpoints, open a Web Bro This will output a JSON document similar to: -image::{imagesdir}/client-actuator-health-endpoint.png[] +image::{images-dir}/client-actuator-health-endpoints.png[] We can see details on our client "TemperatureReadings" Region: -image::{imagesdir}/client-actuator-health-region-endpoint.png[] +image::{images-dir}/client-actuator-health-region-endpoint.png[] As well as our CQs: -image::{imagesdir}/client-actuator-health-cq-endpoint.png[] +image::{images-dir}/client-actuator-health-cq-endpoint.png[] When you hit refresh, the metrics will update. @@ -306,19 +306,19 @@ To navigate to the server applications Actuator Health endpoint, open a Web Brow This will output a JSON document similar to: -image::{imagesdir}/server-actuator-health-endpoints.png[] +image::{images-dir}/server-actuator-health-endpoints.png[] We can see details of the server "TemperatureReadings" Region: -image::{imagesdir}/server-actuator-health-region-endpoint.png[] +image::{images-dir}/server-actuator-health-region-endpoint.png[] As well as our Indexes: -image::{imagesdir}/server-actuator-health-indexes-endpoint.png[] +image::{images-dir}/server-actuator-health-indexes-endpoint.png[] And our CacheServer serving clients: -image::{imagesdir}/server-actuator-health-cacheserver-endpoint.png[] +image::{images-dir}/server-actuator-health-cacheserver-endpoint.png[] When you hit refresh, the metrics will update.