From a9b7daf33bd91ae22d502c13151042e457f6b8a9 Mon Sep 17 00:00:00 2001 From: Sander Ploegsma Date: Wed, 31 Jan 2024 22:06:36 +0100 Subject: [PATCH] Update README.md Fix status badges after renaming GHA workflows --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 91beb1085..34cfaffe3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # Exercism Java Track [![Configlet](https://github.com/exercism/java/actions/workflows/configlet.yml/badge.svg)](https://github.com/exercism/java/actions/workflows/configlet.yml) -[![Lint](https://github.com/exercism/java/actions/workflows/lint.yml/badge.svg)](https://github.com/exercism/java/actions/workflows/lint.yml) -[![Build](https://github.com/exercism/java/actions/workflows/build.yml/badge.svg)](https://github.com/exercism/java/actions/workflows/build.yml) -[![Test](https://github.com/exercism/java/actions/workflows/test.yml/badge.svg)](https://github.com/exercism/java/actions/workflows/test.yml) +[![Java](https://github.com/exercism/java/actions/workflows/java.yml/badge.svg)](https://github.com/exercism/java/actions/workflows/java.yml) This repository contains the source for the exercises of the Java track on Exercism.