Skip to content

Commit e0a8b8b

Browse files
committed
readme: fix GitHub Actions badge image link
1 parent fa01b78 commit e0a8b8b

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
@@ -2,7 +2,7 @@ csv
22
===
33
A fast and flexible CSV reader and writer for Rust, with support for Serde.
44

5-
[![Build status](https://github.com/BurntSushi/csv/workflows/ci/badge.svg)](https://github.com/BurntSushi/csv/actions)
5+
[![Build status](https://github.com/BurntSushi/rust-csv/workflows/ci/badge.svg)](https://github.com/BurntSushi/rust-csv/actions)
66
[![crates.io](https://img.shields.io/crates/v/csv.svg)](https://crates.io/crates/csv)
77

88
Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).

0 commit comments

Comments
 (0)