Skip to content

Commit 3bec496

Browse files
committed
Tweak README CI badge
1 parent eb39024 commit 3bec496

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ArgParse.jl
22

3-
[![DOCS][docs-img]][docs-url] ![CI][CI-url] [![CODECOV][codecov-img]][codecov-url]
3+
[![DOCS][docs-img]][docs-url] [![CI][CI-img]][CI-url] [![CODECOV][codecov-img]][codecov-url]
44

55
ArgParse.jl is a package for parsing command-line arguments to [Julia][julia] programs.
66

@@ -126,7 +126,8 @@ which may break existing code:
126126
[codecov-img]: https://codecov.io/gh/carlobaldassi/ArgParse.jl/branch/master/graph/badge.svg
127127
[codecov-url]: https://codecov.io/gh/carlobaldassi/ArgParse.jl
128128

129-
[CI-url]: https://github.com/carlobaldassi/ArgParse.jl/workflows/CI/badge.svg
129+
[CI-img]: https://github.com/carlobaldassi/ArgParse.jl/actions/workflows/ci.yml/badge.svg
130+
[CI-url]: https://github.com/carlobaldassi/ArgParse.jl/actions/workflows/ci.yml
130131

131132
[PR27]: https://github.com/carlobaldassi/ArgParse.jl/pull/27
132133
[PR28]: https://github.com/carlobaldassi/ArgParse.jl/pull/28

0 commit comments

Comments
 (0)