From 502d6521ef3471ef816d301e6bfbdf0710106c85 Mon Sep 17 00:00:00 2001 From: Vitalii Samolovskikh Date: Sat, 20 Jul 2024 12:29:52 +0200 Subject: [PATCH] Fix links in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a6943f..14f8f0b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # JMina -[![build](https://kefirfromperm.github.com/jmina/actions/workflows/gradle.yml/badge.svg)](https://kefirfromperm.github.com/jmina/actions/workflows/gradle.yml) +[![build](https://github.com/kefirfromperm/jmina/actions/workflows/gradle.yml/badge.svg)](https://github.com/kefirfromperm/jmina/actions/workflows/gradle.yml) JMina is a library that extends the capabilities of unit tests in Java. JMina implements the Slf4j logger interface, so you can check the values of variables anywhere in your code during test execution.