This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 9084b39  Fix the links to the CI badge icons and licence
9084b39 is described below

commit 9084b3944b7047c4aa039dd7c934f3a0895216f6
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Jul 30 09:38:45 2025 +0300

    Fix the links to the CI badge icons and licence
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 avro/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/avro/README.md b/avro/README.md
index 0ff3f66..3dd2c91 100644
--- a/avro/README.md
+++ b/avro/README.md
@@ -20,9 +20,9 @@
 # apache-avro
 
 [![Latest 
Version](https://img.shields.io/crates/v/apache-avro.svg)](https://crates.io/crates/apache-avro)
-[![Rust Continuous 
Integration](https://github.com/apache/avro/actions/workflows/test-lang-rust-ci.yml/badge.svg)](https://github.com/apache/avro/actions/workflows/test-lang-rust-ci.yml)
+[![Rust Continuous 
Integration](https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-ci.yml/badge.svg)](https://github.com/apache/avro-rs/actions/workflows/test-lang-rust-ci.yml)
 [![Latest 
Documentation](https://docs.rs/apache-avro/badge.svg)](https://docs.rs/apache-avro)
-[![Apache License 
2.0](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/apache/avro/blob/main/LICENSE.txt)
+[![Apache License 
2.0](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/apache/avro-rs/blob/main/LICENSE)
 
 <!-- cargo-rdme start -->
 

Reply via email to