Skip to content

Commit 298820d

Browse files
authored
Update README.md: fix build and codecov badges
1 parent 7a3190e commit 298820d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ julia> import Pkg; Pkg.add("LinearMaps")
3030
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
3131
[docs-stable-url]: https://JuliaLinearAlgebra.github.io/LinearMaps.jl/stable
3232

33-
[build-img]: https://github.com/JuliaLinearAlgebra/LinearMaps.jl/workflows/CI/badge.svg?branch=master
34-
[build-url]: https://github.com/JuliaLinearAlgebra/LinearMaps.jl/actions?query=workflow%3ACI+branch%3Amaster
33+
[build-img]: https://github.com/JuliaLinearAlgebra/LinearMaps.jl/workflows/CI/badge.svg
34+
[build-url]: https://github.com/JuliaLinearAlgebra/LinearMaps.jl/actions
3535

36-
[codecov-img]: http://codecov.io/github/JuliaLinearAlgebra/LinearMaps.jl/coverage.svg?branch=master
37-
[codecov-url]: http://codecov.io/github/JuliaLinearAlgebra/LinearMaps.jl?branch=master
36+
[codecov-img]: https://codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl/branch/master/graph/badge.svg
37+
[codecov-url]: https://codecov.io/gh/JuliaLinearAlgebra/LinearMaps.jl
3838

3939
[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
4040
[license-url]: LICENSE.md

0 commit comments

Comments
 (0)