aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-12-15 17:52:39 -0800
committerDavid Tolnay <dtolnay@gmail.com>2022-12-15 17:52:39 -0800
commita45c4cd86dc3056f76949447aa68b4acf9c2a58a (patch)
treeed19a7515694ee6075742cfc3b483b80be04ffa6
parenteed38691e20ce2ac3c6162211c36303c7075c1e5 (diff)
downloadcxx-a45c4cd86dc3056f76949447aa68b4acf9c2a58a.tar.gz
Update build status badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d00d8ac9..60a8a13f 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ CXX &mdash; safe FFI between Rust and C++
[<img alt="github" src="https://img.shields.io/badge/github-dtolnay/cxx-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/dtolnay/cxx)
[<img alt="crates.io" src="https://img.shields.io/crates/v/cxx.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/cxx)
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-cxx-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/cxx)
-[<img alt="build status" src="https://img.shields.io/github/workflow/status/dtolnay/cxx/CI/master?style=for-the-badge" height="20">](https://github.com/dtolnay/cxx/actions?query=branch%3Amaster)
+[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/dtolnay/cxx/ci.yml?branch=master&style=for-the-badge" height="20">](https://github.com/dtolnay/cxx/actions?query=branch%3Amaster)
This library provides a **safe** mechanism for calling C++ code from Rust and
Rust code from C++, not subject to the many ways that things can go wrong when