Fix missing attribute '{apache-geode-docs}'.
The attribute syntax was incorrect and did not have a space after its definition thereby causing the attribute to not be found.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[[geode-samples-boot-actuator]]
|
||||
= Spring Boot Actuator for Apache Geode & Pivotal GemFire
|
||||
:apache-geode-version: {master-apache-geode-version}
|
||||
:apache-geode-docs:https://geode.apache.org/docs/guide/{apache-geode-version}
|
||||
:apache-geode-docs: https://geode.apache.org/docs/guide/{apache-geode-version}
|
||||
: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
|
||||
|
||||
Reference in New Issue
Block a user