From 6e60e69ab3966c76a81f8d0bf6b6d0ec80db08f9 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 22 Aug 2019 18:03:30 -0500 Subject: [PATCH] Add top link. --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index 96f03f4..94d3d9c 100644 --- a/README.adoc +++ b/README.adoc @@ -17,6 +17,7 @@ We have separate folders for each of these: * link:api-evolution[API Evolution] - Upgrade an existing REST resource * link:hypermedia[Hypermedia] - Create hypermedia-driven REST resources, linking them together, and supporting older links. * link:affordances[Affordances] - Create richer hypermedia controls using more complex hypermedia formats +* link:spring-hateoas-and-spring-data-rest[Spring HATEOAS + Spring Data REST] - How to stir in custom links and logic with a Spring Data REST-based app NOTE: The master branch tracks Spring HATEOAS 1.0, based upon Spring Boot 2 + Spring Framework 5. To see examples depicted against the 0.x branch (Spring 4.x) visit the https://github.com/spring-projects/spring-hateoas-examples/tree/0.x[0.x branch].