Skip to content

Commit 8697d67

Browse files
authored
Fix status badges (#795)
1 parent 3daa35c commit 8697d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Java Stream API Parallel Collectors - overcoming limitations of standard Parallel Streams
22

3-
<a href="https://github.com/actions/toolkit"><img alt="GitHub Actions status" src="https://github.com/pivovarit/parallel-collectors/workflows/build/badge.svg"></a>
4-
<a href="https://pivovarit.github.io/parallel-collectors/"><img alt="GitHub Actions status" src="https://github.com/pivovarit/parallel-collectors/workflows/pitest/badge.svg"></a>
3+
[![build](https://github.com/pivovarit/parallel-collectors/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/pivovarit/parallel-collectors/actions/workflows/build.yml)
4+
[![pitest](https://github.com/pivovarit/parallel-collectors/actions/workflows/pitest.yml/badge.svg?branch=master)](https://github.com/pivovarit/parallel-collectors/actions/workflows/pitest.yml)
55
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.pivovarit/parallel-collectors/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.pivovarit/parallel-collectors)
66

77
[![Stargazers over time](https://starchart.cc/pivovarit/parallel-collectors.svg)](https://starchart.cc/pivovarit/parallel-collectors)

0 commit comments

Comments
 (0)