From aa7f07b0d46fb161baf20d5897ec78c560feb863 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Tue, 1 Sep 2020 20:31:37 -0500 Subject: [PATCH] #1359 - Update documentation links for JSON:API. Original issue: #1358. --- src/main/asciidoc/mediatypes.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/mediatypes.adoc b/src/main/asciidoc/mediatypes.adoc index 4526d5c1..13f26c3f 100644 --- a/src/main/asciidoc/mediatypes.adoc +++ b/src/main/asciidoc/mediatypes.adoc @@ -643,8 +643,12 @@ Thanks to the <>, ther * https://jsonapi.org[Specification] * Media type designation: `application/vnd.api+json` -* https://toedter.github.io/spring-hateoas-jsonapi[Reference documentation] -* https://toedter.github.io/spring-hateoas-jsonapi/javadoc/index.html[javadocs] +* Latest Release +** https://toedter.github.io/spring-hateoas-jsonapi/release/reference/index.html[Reference documentation] +** https://toedter.github.io/spring-hateoas-jsonapi/release/api/index.html[API documentation] +* Current Snapshot +** https://toedter.github.io/spring-hateoas-jsonapi/snapshot/reference/index.html[Reference documentation] +** https://toedter.github.io/spring-hateoas-jsonapi/snapshot/api/index.html[API documentation] * https://github.com/toedter/spring-hateoas-jsonapi[Source] * Project Lead: https://github.com/toedter[Kai Toedter]