From d2b4be9c60b8c57621c1523b7824d7a1c0c62f4f Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Mon, 30 May 2022 21:45:30 -0700 Subject: [PATCH] Update README badge link (#609) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0deb644b3..0d7e9e343 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Docs latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliaparallel.github.io/MPI.jl/latest/) [![Docs stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaparallel.github.io/MPI.jl/stable/) -[![Unit tests](https://github.com/JuliaParallel/MPI.jl/workflows/Unit%20Tests/badge.svg?branch=master)](https://github.com/JuliaParallel/MPI.jl/actions?query=workflow%3A%22Unit+Tests%22+branch%3Amaster) +[![Unit Tests](https://github.com/JuliaParallel/MPI.jl/actions/workflows/UnitTests.yml/badge.svg)](https://github.com/JuliaParallel/MPI.jl/actions/workflows/UnitTests.yml) [![GPU tests](https://badge.buildkite.com/ed813bc4d79f557adbdb821b1c8c8de98999686e697df4a373.svg?branch=master)](https://buildkite.com/julialang/mpi-dot-jl) [![codecov.io](https://codecov.io/github/JuliaParallel/MPI.jl/coverage.svg?branch=master)](https://codecov.io/github/JuliaParallel/MPI.jl?branch=master) [![Coverage Status](https://coveralls.io/repos/JuliaParallel/MPI.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/JuliaParallel/MPI.jl?branch=master)