From 9fcc29c2fdaf5007dc6c6d4728c5496c29cf0be8 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 14 Apr 2020 20:26:47 -0700 Subject: [PATCH] Fix URL to Apache Geode gemfire.properties reference documentation. --- .../src/docs/asciidoc/_includes/configuration-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-docs/src/docs/asciidoc/_includes/configuration-properties.adoc b/spring-geode-docs/src/docs/asciidoc/_includes/configuration-properties.adoc index f4c3bcb8..f90825a9 100644 --- a/spring-geode-docs/src/docs/asciidoc/_includes/configuration-properties.adoc +++ b/spring-geode-docs/src/docs/asciidoc/_includes/configuration-properties.adoc @@ -364,7 +364,7 @@ name, use `spring.session.data.gemfire.session.region.name` in Spring Boot `appl While is not recommended to use Apache Geode properties directly in your Spring applications, SBDG will not prevent you from doing so. A complete reference to the Apache Geode specific properties can be found -{apache-geode-docs}/18/reference/topics/gemfire_properties.html[here]. +{apache-geode-docs}/reference/topics/gemfire_properties.html[here]. WARNING: Apache Geode (and Pivotal GemFire) are very strict about the properties that maybe specified in a `gemfire.properties` file. You cannot mix Spring properties with `gemfire.*` properties in either