Skip to content

Commit 1191032

Browse files
authored
Fix CI badge
1 parent f72147d commit 1191032

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
`AlgorithmsInterface.jl` is a Julia package to provide a common interface to run iterative tasks.
44
**Algorithm** here refers to an iterative sequence of commands, that are run until a certain stopping criterion is met.
55

6-
[![docs][docs-dev-img]][docs-dev-url] ![CI][ci-url] [![codecov][codecov-img]][codecov-url]
6+
[![docs][docs-dev-img]][docs-dev-url] [![CI][ci-img]][ci-url] [![codecov][codecov-img]][codecov-url]
77

88
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
99
[docs-dev-url]: https://JuliaManifolds.github.io/AlgorithmsInterface.jl/dev/
1010

1111
[codecov-img]: https://codecov.io/gh/JuliaManifolds/AlgorithmsInterface.jl/graph/badge.svg?token=1OBDY03SUP
1212
[codecov-url]: https://codecov.io/gh/JuliaManifolds/AlgorithmsInterface.jl
1313

14-
[ci-url]: https://github.com/JuliaManifolds/AlgorithmsInterface.jl/workflows/ci/badge.svg
14+
[ci-img]: https://github.com/JuliaManifolds/AlgorithmsInterface.jl/actions/workflows/ci.yml/badge.svg
15+
[ci-url]: https://github.com/JuliaManifolds/AlgorithmsInterface.jl/actions/workflows/ci.yml
1516

1617
# Statement of need
1718

0 commit comments

Comments
 (0)