Provide link to 0.x version

This commit is contained in:
Greg Turnquist
2017-12-05 12:32:39 -06:00
parent fe4a5923f8
commit cca3e88643

View File

@@ -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
* 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].