From 0e1348529ecccfe88b7554476472bab9eec11374 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 11 Jan 2021 18:04:11 -0800 Subject: [PATCH] Edit README to include URLs to the Apache Geode and Spring Data for Apache Geode websites. --- README.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index ca20cb4..d89aeab 100644 --- a/README.adoc +++ b/README.adoc @@ -4,11 +4,13 @@ :project_id: gs-accessing-data-gemfire :apache-geode-name: Apache Geode -This guide walks you through the process of building an application with {apache-geode-name}'s data management system. +This guide walks you through the process of building an application the https://geode.apache.org/[{apache-geode-name}] +data management system. == What you'll build -You will use Spring Data for {apache-geode-name} to store and retrieve link:/understanding/POJO[POJOs]. +You will use https://spring.io/projects/spring-data-geode[Spring Data for {apache-geode-name}] +to store and retrieve POJOs. [[setup]] == What you'll need