From 04c190837808c2346a942a52700840921faf5cf7 Mon Sep 17 00:00:00 2001 From: Roman Cherepanov Date: Fri, 3 Nov 2017 18:49:38 +0200 Subject: [PATCH] Fix link to GemFire documentation See gh-920 --- docs/src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index fd3994d5..a9c13559 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -192,7 +192,7 @@ The two most common topologies to manage Spring Sessions using GemFire include: * <> * <> -Additionally, GemFire supports site-to-site replication using http://gemfire.docs.pivotal.io/docs-gemfire/topologies_and_comm/multi_site_configuration/chapter_overview.html[WAN functionality]. +Additionally, GemFire supports site-to-site replication using https://gemfire.docs.pivotal.io/geode/topologies_and_comm/multi_site_configuration/chapter_overview.html[WAN functionality]. The ability to configure and use GemFire's WAN support is independent of Spring Session, and is beyond the scope of this document. More details on GemFire WAN functionality can be found http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#bootstrap:gateway[here].