From cca3e88643efe5f44e3aa3d7e2db8ef7e478f770 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 5 Dec 2017 12:32:39 -0600 Subject: [PATCH] Provide link to 0.x version --- README.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 27fcde3..87f013d 100644 --- a/README.adoc +++ b/README.adoc @@ -14,4 +14,7 @@ We have separate folders for each of these: * link:basics[Basics] - Poke and prod at a hypermedia-powered service from inside the code as well as externally using standard tools * 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 \ No newline at end of file +* link:affordances[Affordances] - Create richer hypermedia controls using more complex hypermedia formats + +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]. \ No newline at end of file