From 69c0b3b0fd2481c9980dfb21eccea89a020c042a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 9 Feb 2011 20:52:48 +0100 Subject: [PATCH] Added link to HTML reference documentation to readme. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fab331af0..0fe71025a 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ Features Getting Help ------------ -This README is the best places to start learning about Spring Data JPA. There are also [two sample applications](https://github.com/SpringSource/spring-data-jpa-examples) available to look at. +This README as well as the [reference documentation](http://static.springsource.org/spring-data/data-jpa/snapshot-site/reference/html) are the best places to start learning about Spring Data JPA. There are also [two sample applications](https://github.com/SpringSource/spring-data-jpa-examples) available to look at. The main project [website](http://www.springsource.org/spring-data) contains links to basic project information such as source code, JavaDocs, Issue tracking, etc.