From a39f69c0a6cff007e7ea2b635b691a838621ac25 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 7 May 2014 22:51:45 -0400 Subject: [PATCH] DATAJPA-531 - Added reference to SD JPA with REST guide. Add link to accessing JPA Data With REST from readme.md. Original pull request: #90. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index dd45e5e84..135ec2f79 100644 --- a/readme.md +++ b/readme.md @@ -18,8 +18,8 @@ This README as well as the [reference documentation](http://docs.spring.io/sprin The main project [website](http://projects.spring.io/spring-data) contains links to basic project information such as source code, JavaDocs, Issue tracking, etc. -For more detailed questions, use [stackoverflow](http://stackoverflow.com/questions/tagged/spring-data-jpa) or the [forum](forum.spring.io/forum/jpa-orm). If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://projects.spring.io). You should also have a look at our new Spring Guide -[Accessing Data with JPA](https://spring.io/guides/gs/accessing-data-jpa/) that leverages the simplified configuration provided by [Spring Boot](http://projects.spring.io/spring-boot/). +For more detailed questions, use [stackoverflow](http://stackoverflow.com/questions/tagged/spring-data-jpa) or the [forum](forum.spring.io/forum/jpa-orm). If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://projects.spring.io). You should also have a look at our new Spring Guides +[Accessing Data with JPA](http://spring.io/guides/gs/accessing-data-jpa/) that leverages the simplified configuration provided by [Spring Boot](http://projects.spring.io/spring-boot/) as well as [Accessing JPA Data with REST](http://spring.io/guides/gs/accessing-data-rest/).. ## Quick Start ##