Skip to content

Commit 424a317

Browse files
committed
Fix README badges
1 parent fe32757 commit 424a317

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
[![Arduino CI](https://github.com/ripred/Smooth/workflows/Arduino%20CI/badge.svg)](https://github.com/marketplace/actions/arduino_ci)
1+
[![Arduino CI](https://github.com/ripred/Smooth/actions/workflows/arduino_test_runner.yml/badge.svg)](https://github.com/ripred/Smooth/actions/workflows/arduino_test_runner.yml)
22
[![Arduino-lint](https://github.com/ripred/Smooth/actions/workflows/arduino-lint.yml/badge.svg)](https://github.com/ripred/Smooth/actions/workflows/arduino-lint.yml)
33
[![JSON check](https://github.com/ripred/Smooth/actions/workflows/jsoncheck.yml/badge.svg)](https://github.com/ripred/Smooth/actions/workflows/jsoncheck.yml)
4-
[![GitHub release](https://img.shields.io/github/release/ripred/Smooth.svg?maxAge=3600)](https://github.com/ripred/Smooth/releases)
5-
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/ripred/library/Smooth.svg)](https://registry.platformio.org/libraries/ripred/Smooth)
6-
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ripred/Smooth/blob/master/LICENSE)
4+
[![GitHub release](https://flat.badgen.net/github/release/ripred/Smooth)](https://github.com/ripred/Smooth/releases/latest)
5+
[![License: MIT](https://flat.badgen.net/github/license/ripred/Smooth)](https://github.com/ripred/Smooth/blob/main/LICENSE)
76

8-
![code size:](https://img.shields.io/github/languages/code-size/ripred/Smooth)
9-
[![Stars](https://img.shields.io/github/stars/ripred/Smooth.svg?style=flat-square&colorB=4183c4)](https://github.com/ripred/Smooth)
10-
[![Forks](https://img.shields.io/github/forks/ripred/Smooth.svg?style=flat-square&colorB=4183c4)](https://github.com/ripred/Smooth)
7+
[![Stars](https://flat.badgen.net/github/stars/ripred/Smooth)](https://github.com/ripred/Smooth/stargazers)
8+
[![Forks](https://flat.badgen.net/github/forks/ripred/Smooth)](https://github.com/ripred/Smooth/network/members)
119

1210

1311
# Smooth Arduino Library
@@ -102,4 +100,3 @@ count: 37, sample: 3, average: 2
102100
count: 38, sample: 3, average: 2
103101
count: 39, sample: 2, average: 2
104102
```
105-

0 commit comments

Comments
 (0)