From 64e1f16e356ecf992cbf920d318ad011169c27f9 Mon Sep 17 00:00:00 2001 From: Tihomir Surdilovic Date: Fri, 11 Dec 2020 13:08:58 -0500 Subject: [PATCH] fix link in release table Signed-off-by: Tihomir Surdilovic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 458b68b3..204d74ea 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ to parse and validate workflow definitions as well as generate the workflow diag | Latest Releases | Conformance to spec version | | :---: | :---: | -| 1.0.1.Final | [v0.5](https://github.com/serverlessworkflow/specification/tree/0.5.x) | -| 1.0.2.Final | [v0.5](https://github.com/serverlessworkflow/specification/tree/0.5.x) + [Compensation support](https://github.com/serverlessworkflow/specification/blob/master/specification.md#Workflow-Compensation) | +| [1.0.1.Final](https://github.com/serverlessworkflow/sdk-java/releases/) | [v0.5](https://github.com/serverlessworkflow/specification/tree/0.5.x) | +| [1.0.2.Final](https://github.com/serverlessworkflow/sdk-java/releases/) | [v0.5](https://github.com/serverlessworkflow/specification/tree/0.5.x) + [Compensation support](https://github.com/serverlessworkflow/specification/blob/master/specification.md#Workflow-Compensation) | ### Getting Started