From 0347bda251965517fc3596910660ded7f7d50e3f Mon Sep 17 00:00:00 2001 From: Hendy Irawan Date: Sat, 8 Nov 2014 06:07:24 -0430 Subject: [PATCH] DATAREST-422 - Fixed broken link to reference documentation in README. Original pull request: #153. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a03ca7bd5..eac49a235 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The first exporter implemented is a JPA Repository exporter. This takes your JPA Installation instructions are in the docs: -* [http://docs.spring.io/spring-data/rest/docs/current/reference/htmlsingle/](http://docs.spring.io/spring-data/rest/docs/current/reference/htmlsingle/) +* [http://docs.spring.io/spring-data/rest/docs/current/reference/html/](http://docs.spring.io/spring-data/rest/docs/current/reference/html/) ### License