From e0a8b8b2908e72fe9cd948453e90110001d02231 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 13 Feb 2023 21:41:12 -0500 Subject: [PATCH] readme: fix GitHub Actions badge image link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83f3ea0..e1d8443 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ csv === A fast and flexible CSV reader and writer for Rust, with support for Serde. -[![Build status](https://github.com/BurntSushi/csv/workflows/ci/badge.svg)](https://github.com/BurntSushi/csv/actions) +[![Build status](https://github.com/BurntSushi/rust-csv/workflows/ci/badge.svg)](https://github.com/BurntSushi/rust-csv/actions) [![crates.io](https://img.shields.io/crates/v/csv.svg)](https://crates.io/crates/csv) Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).