From 8c0ec0c01ad528cf65e91be668a2fe58ba5fab03 Mon Sep 17 00:00:00 2001 From: Ewan Miller Date: Thu, 25 Jul 2024 22:41:55 +0100 Subject: [PATCH] Fix linter badge link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14a2c47..396ba17 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ nuTens is a software library which uses [tensors](https://en.wikipedia.org/wiki/ [![CI badge](https://github.com/ewanwm/nuTens/actions/workflows/CI-build-and-test.yml/badge.svg)](https://github.com/ewanwm/nuTens/actions/workflows/CI-build-and-test.yml) [![Code - Doxygen](https://img.shields.io/badge/Code-Doxygen-2ea44f)](https://ewanwm.github.io/nuTens/index.html) [![test - coverage](https://codecov.io/github/ewanwm/nuTens/graph/badge.svg?token=PJ8C8CX37O)](https://codecov.io/github/ewanwm/nuTens) -[![cpp - linter](https://github.com/ewanwm/nuTens/actions/workflows/cpp-linter.yaml/badge.svg)](https://github.com/ewanwm/nuTens/actions/workflows/cpp-linter.yaml/cpp-linter.yml) +[![cpp - linter](https://github.com/ewanwm/nuTens/actions/workflows/cpp-linter.yaml/badge.svg)](https://github.com/ewanwm/nuTens/actions/workflows/cpp-linter.yaml) ## Installation