From 6c6771188f6f8b3aa8f0ceb32c485b53f1a92595 Mon Sep 17 00:00:00 2001 From: Alex Brown <1159704+SoftlySplinter@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:50:42 +0100 Subject: [PATCH] Fix links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e2e500..2ce8475 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # cics-java-liberty-springboot-asynchronous -[![Build](https://github.com/SoftlySplinter/cics-java-liberty-springboot-asynchronous/actions/workflows/java.yaml/badge.svg)](https://github.com/SoftlySplinter/cics-java-liberty-springboot-asynchronous/actions/workflows/java.yaml) +[![Build](https://github.com/cicsdev/cics-java-liberty-springboot-asynchronous/actions/workflows/java.yaml/badge.svg)](https://github.com/cicsdev/cics-java-liberty-springboot-asynchronous/actions/workflows/java.yaml) This sample project demonstrates a Spring Boot application running asynchronous operations on CICS-enabled threads. It is intended for deployment inside an IBM CICS Liberty JVM server.