From 9f1bfdf5dda2948086c76f63d02bc7715f3ec0b7 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Sun, 29 Sep 2024 03:22:07 +0200 Subject: [PATCH] Fix badge links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c115146..e339a65 100644 --- a/README.md +++ b/README.md @@ -82,5 +82,5 @@ x = HYPRE.solve(bicg, A, b) [partarrays]: https://github.com/fverdugo/PartitionedArrays.jl [docs-img]: https://img.shields.io/badge/docs-stable%20release-blue.svg [docs-url]: https://fredrikekre.github.io/HYPRE.jl/ -[gh-actions-img]: https://github.com/fredrikekre/HYPRE.jl/workflows/CI/badge.svg -[gh-actions-url]: https://github.com/fredrikekre/HYPRE.jl/actions?query=workflow%3ACI +[gh-actions-img]: https://github.com/fredrikekre/HYPRE.jl/actions/workflows/ci.yml/badge.svg?branch=master +[gh-actions-url]: https://github.com/fredrikekre/HYPRE.jl/actions/workflows/ci.yml?query=workflow%3ACI+branch%3Amaster