From 85be71b613c6a12a5380b3a36076d1bf3b78b58c Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Thu, 5 Nov 2020 14:21:33 -0600 Subject: [PATCH] Add Siren examples Resolves #36. --- README.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.adoc b/README.adoc index 94d3d9c..9db44cf 100644 --- a/README.adoc +++ b/README.adoc @@ -22,3 +22,9 @@ We have separate folders for each of these: 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]. +== Community + +The Spring HATEOAS community has its own contributions when it comes to examples of building hypermedia. + +* https://github.com/ingogriebsch/spring-hateoas-siren-samples[Siren HATEOAS Examples] - The maintainer of the Siren extension of Spring HATEOAS has an extra set of examples. +