From c4baecd8b17f0f5dd6ffc5ef21c463943c394a10 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 9 May 2018 11:05:52 -0700 Subject: [PATCH] SGF-732 - Rearrange the order of the Getting Started Guides. Move the 'Accessing Data in Pivotal GemFire with REST' under 'Accessing Data in Pivotal GemFire'. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1878c16c..ae99703d 100644 --- a/index.html +++ b/index.html @@ -84,8 +84,8 @@ Spring Data for Pivotal GemFire brings the full power of the Spring Framework to ### Getting Started Guides * [Accessing Data in Pivotal GemFire](https://spring.io/guides/gs/accessing-data-gemfire/) -* [Caching Data with Pivotal GemFire](https://spring.io/guides/gs/caching-gemfire/) * [Accessing Data in Pivotal GemFire with REST](https://spring.io/guides/gs/accessing-gemfire-data-rest/) +* [Caching Data with Pivotal GemFire](https://spring.io/guides/gs/caching-gemfire/) ### Additional Resources