Browse Source

Fix badge links in README

pull/26/head
Fredrik Ekre 1 year ago
parent
commit
9f1bfdf5dd
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 4
      README.md

4
README.md

@ -82,5 +82,5 @@ x = HYPRE.solve(bicg, A, b)
[partarrays]: https://github.com/fverdugo/PartitionedArrays.jl [partarrays]: https://github.com/fverdugo/PartitionedArrays.jl
[docs-img]: https://img.shields.io/badge/docs-stable%20release-blue.svg [docs-img]: https://img.shields.io/badge/docs-stable%20release-blue.svg
[docs-url]: https://fredrikekre.github.io/HYPRE.jl/ [docs-url]: https://fredrikekre.github.io/HYPRE.jl/
[gh-actions-img]: https://github.com/fredrikekre/HYPRE.jl/workflows/CI/badge.svg [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?query=workflow%3ACI [gh-actions-url]: https://github.com/fredrikekre/HYPRE.jl/actions/workflows/ci.yml?query=workflow%3ACI+branch%3Amaster

Loading…
Cancel
Save