Change image links to be relative to images/.

This commit is contained in:
John Blum
2019-05-02 06:11:38 -07:00
parent 5df446e18d
commit 39db0d42dd

View File

@@ -2,7 +2,7 @@
= Spring Boot Actuator for Apache Geode & Pivotal GemFire = Spring Boot Actuator for Apache Geode & Pivotal GemFire
:apache-geode-version: 16 :apache-geode-version: 16
:apache-geode-docs:https://geode.apache.org/docs/guide/{apache-geode-version} :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-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 :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: 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: 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: 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. 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: 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: 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: 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: 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. When you hit refresh, the metrics will update.