diff --git a/README.md b/README.md index 7af9b237a445..e90561b9d82b 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Welcome to `noir_rs`, a pure Rust implementation for generating and verifying zk #### Explore source code here: [`noir_rs`](noir/tooling/noir_rs/). ### Build Status -- ![GitHub Workflow Status ArcRunner](https://github.com/visoftsolutions/noir_rs/actions/workflows/build&test.yml/badge.svg) -- ![GitHub Workflow Status ArcRunner](https://github.com/visoftsolutions/noir_rs/actions/workflows/run-examples.yml/badge.svg) +- [![GitHub Workflow Status ArcRunner](https://github.com/visoftsolutions/noir_rs/actions/workflows/build&test.yml/badge.svg)](https://github.com/visoftsolutions/noir_rs/actions/workflows/build&test.yml) +- [![GitHub Workflow Status ArcRunner](https://github.com/visoftsolutions/noir_rs/actions/workflows/run-examples.yml/badge.svg)](https://github.com/visoftsolutions/noir_rs/actions/workflows/run-examples.yml) - ![Version](https://img.shields.io/badge/version-0.19.4-darkviolet) ## Add `noir_rs` to your project @@ -65,4 +65,4 @@ Build for a specific target with: cargo build --target TARGET_TRIPLET ``` -Replace `TARGET_TRIPLET` with your desired target. For more targets, refer to the [Rust documentation](https://doc.rust-lang.org/beta/rustc/platform-support.html). \ No newline at end of file +Replace `TARGET_TRIPLET` with your desired target. For more targets, refer to the [Rust documentation](https://doc.rust-lang.org/beta/rustc/platform-support.html).