From fcc058914ade01ecff394a70d2a633fd6f65bb1f Mon Sep 17 00:00:00 2001 From: Oleg Date: Wed, 12 Mar 2025 15:57:04 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7af9b237a445..ff4a85f596f7 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/badge.svg) - ![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). From b64b5ec4a5cc0c06f2a993d434c581eb0142b5c1 Mon Sep 17 00:00:00 2001 From: Oleg Date: Wed, 12 Mar 2025 16:00:01 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff4a85f596f7..e90561b9d82b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Welcome to `noir_rs`, a pure Rust implementation for generating and verifying zk ### Build Status - [![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/badge.svg) +- [![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