Skip to content

Commit d0fc6c0

Browse files
authored
Fix link to CI workflows in the status badge (#34)
1 parent 83ceafc commit d0fc6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# StringScanner
22

3-
![CI](https://github.com/ruby/strscan/workflows/CI/badge.svg?branch=master&event=push)
3+
[![CI](https://github.com/ruby/strscan/actions/workflows/ci.yml/badge.svg)](https://github.com/ruby/strscan/actions/workflows/ci.yml)
44

55
StringScanner provides for lexical scanning operations on a String.
66

0 commit comments

Comments
 (0)